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.
The text was updated successfully, but these errors were encountered:
I'm trying to use bluebird in a WebWorker (in a browserified bundle) it seems that
global.js
returnsundefined
, andschedule.js
module try to look for theMutationObserver
property ofundefined
. Perhaps returningself
inglobal.js
.The text was updated successfully, but these errors were encountered: