You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When p5 runs in "instance mode" it can re-run preload multiple times, and will attempt to re-register the same AudioWorklet modules multiple times. This throws an error, but we can catch and return the promise anyway since the module has already been loaded.
0 commit comments