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: