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
Support blob URLs on ES6 with USE_ES6_IMPORT_META enabled
Per the discussion in #23769, implement this policy:
- If mainScriptUrlOrBlob is set, create the worker as in the old non-use-import-meta case
- If import.meta.url is a blob url, use it for the worker script
- Otherwise, use new URL(TARGET_JS_NAME, import.meta.url)
0 commit comments