Service worker compatibility (fetch vs request)
Hey guys request-npm is deprecated, mainly because it uses XMLHttpRequest which is no longer supported in Service Workers which is now the background page of Chrome Extensions.
Are there any plans of migrating request to fetch to keep up with JS standards? :)
Use fetch (and node-fetch) instead of request
Hi guys, do you have any plans to migrate to node-fetch this year?
I created a little ad-hoc polyfill and substitute it in using yarn config. It seems to work for my needs. Maybe it'll be helpful for others: https://github.com/apiology/upvoter-for-asana/commit/7d4ca40fba9943089c88f20a00b7b089ce300295