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 bluebird in a WebWorker (in a browserified bundle) it seems that global.js returns undefined, and schedule.js module try to look for the MutationObserver property of undefined. Perhaps returning self in global.js.
I'm trying to use bluebird in a WebWorker (in a browserified bundle) it seems that
global.jsreturnsundefined, andschedule.jsmodule try to look for theMutationObserverproperty ofundefined. Perhaps returningselfinglobal.js.