| ▲ | franciscop 5 days ago | ||||||||||||||||
Node.js is virtually the only platform not supporting the Fetchable convention: | |||||||||||||||||
| ▲ | domh 5 days ago | parent | next [-] | ||||||||||||||||
That's a fair criticism... they move slower but mostly because they were the first. They would have to build a new Server and Request/Response primitives from scratch, or deprecate what they already have, or somehow shoehorn the existing types into the new ones. They do seem to have just merged in support for Web Workers though, which I've been following for a while: https://github.com/nodejs/node/issues/43583 So I don't think they're opposed to standardising, but it's trickier when you have some past cruft built up. Lets not forget that the fetch() standard was built for browsers, and is a bit of a stretch to make it work on servers at all. You have to diverge from the fetch spec to even make it make sense in a server environment (with things like Cookies handling off the top of my head). | |||||||||||||||||
| |||||||||||||||||
| ▲ | eudamoniac 4 days ago | parent | prev | next [-] | ||||||||||||||||
It also doesn't support the foobaz protocols! But millions of companies are using it to serve millions of customers, and it's fine. | |||||||||||||||||
| ▲ | pjmlp 4 days ago | parent | prev [-] | ||||||||||||||||
I wasn't even aware it exists, so no big problem. | |||||||||||||||||