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
Instead of using an additional postMessage init flow, directly set the
variables in the JS Blob before instantiating the worker.
Note:
CI will fail because of a race condition with 2 tests where the
createImageBitmap detection is still happening and an image request is
already being made, this will need to be addressed with texture
throttling instead of trying to jump through hoops with the current
texture source download + ctxCoreContext construction.
0 commit comments