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
When debugging a web worker script with Pause on caught exceptions enabled it's quite distracting that the debug package throws every time and I have to press continue
I'd appreciate if it instead uses a more defensive approach:
When debugging a web worker script with
Pause on caught exceptions
enabled it's quite distracting that thedebug
package throws every time and I have to press continueI'd appreciate if it instead uses a more defensive approach:
if (exports.storage)
:debug/src/browser.js
Lines 198 to 200 in f66cb2d
debug/src/browser.js
Lines 218 to 219 in f66cb2d
if (typeof localStorage !== 'undefined')
debug/src/browser.js
Lines 245 to 248 in f66cb2d
The text was updated successfully, but these errors were encountered: