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
Fix worker tests using the wrong paths in importScripts (#8050)
Worker tests were getting the path for `importScripts` by referencing
`location.origin`, but this is `blob://` when accessed from the worker
context.
Template `location.origin` from the main context into the worker source code
instead of accessing the worker's version of `location.origin`.
0 commit comments