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 don't think that the node_module implementation should be a global polyfill, instead it should be an isolated library. That way you can use it by including it like var fetch = require('whatwg-fetch');.
The text was updated successfully, but these errors were encountered:
I don't think that the node_module implementation should be a global polyfill, instead it should be an isolated library. That way you can use it by including it like
var fetch = require('whatwg-fetch');
.The text was updated successfully, but these errors were encountered: