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 just had some trouble with the polyfill. I'm building a browser app which has a global variable named global. This caused the polyfill to add the Promise object to my global object, instead of adding it to window. The opposite could also happen: building a Node app that has a variable named window.
Not sure if this should be fixed, though. I reckon it was probably a bad idea by me to have a global variable anyway. I renamed it to something else so I can continue to use this polyfill.
The text was updated successfully, but these errors were encountered:
I just had some trouble with the polyfill. I'm building a browser app which has a global variable named
global
. This caused the polyfill to add the Promise object to my global object, instead of adding it towindow
. The opposite could also happen: building a Node app that has a variable namedwindow
.Not sure if this should be fixed, though. I reckon it was probably a bad idea by me to have a
global
variable anyway. I renamed it to something else so I can continue to use this polyfill.The text was updated successfully, but these errors were encountered: