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
I'm trying to use deep-diff in the Chrome DevTools debugger to compare two objects while sitting paused on a breakpoint, for that I'm trying to use import() to load deep-diff into the page to use it later via a global variable when paused.
To reproduce the failure to load, try running this in Chrome DevTools console (Chrome 67):
I'm trying to use
deep-diff
in the Chrome DevTools debugger to compare two objects while sitting paused on a breakpoint, for that I'm trying to useimport()
to loaddeep-diff
into the page to use it later via a global variable when paused.To reproduce the failure to load, try running this in Chrome DevTools console (Chrome 67):
Actual:
Expected: it loads fine and prints the module exports.
Here's what needs to change in the UMD wrapper:
Related: umdjs/umd#124 umdjs/umd#125
The text was updated successfully, but these errors were encountered: