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
The WorkerGlobalScope.importScripts() method is being used to import scripts into worker global scope. We should handle URLs passed to it, because otherwise imported resources may not be processed by HH.
Example in which the imported script should be processed, but it doesn't:
The WorkerGlobalScope.importScripts() method is being used to import scripts into worker global scope. We should handle URLs passed to it, because otherwise imported resources may not be processed by HH.
Example in which the imported script should be processed, but it doesn't:
This bug was found during analysis of the Health-Monitor run issues on the twitter.com website.
The text was updated successfully, but these errors were encountered: