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 unminifying integration for JS only handles scripts loaded from top level <script> elements. Any worker script loaded or imported with importScripts bypasses that mechanism, which makes debugging issues inside of worker scripts more difficult.