Hi there,
I am running p5js in a Sandboxed iframe, with no allow-origin.
The used i18n lib tries to access document.cookie which is not safe, throwing an error and preventing p5.js to do its work.
Is there any way (like e.g. p5.disableFriendlyErrors = true;
) to disable the i18n so it won’t throw this error?