-
Notifications
You must be signed in to change notification settings - Fork 66
fetch() #53
Comments
Could you try looking for an npm module? There isn't anything special about |
I do use 3rd party. My point is I should not have to. |
Do you mean Read why they turned down |
@JHabdas how so? |
Sorry that was a misfire. Was thinking of import(). My bad. |
I think there should be alternatives for the web environment following the W3C APIs to allow easy interoperatibility and reuse of code, but I don't think they should be added to the Node.js core, in fact I think this should be lighten and move things to npm (but that's another discussion). A module that export all the WhatWG APIs so you can use them directly from Node.js would be a really good thing. |
I'm going to close this as the repo is being archived and there is a lack of activity. My suggestion is to make a PR and/or issue on https://github.com/nodejs/node to discuss this. The TSC has moved towards being more open to PRs as an effort to be more welcoming. Hope it all works out! |
fetch() runs in a browser.
And sometimes I port my code to node.
But in node, I need to 'polyfill' fetch()
That is an example where I think there should be more parity.
The text was updated successfully, but these errors were encountered: