6 ms·
They're talking about JavaScript's fetch API. It's not an external library.
by prollings 5y ago
They're talking about JavaScript's fetch API. It's not an external library.
- zamadatix 5y agoIt ships browsers but not because it's a JS standard (ECMA) rather a web standard (WHATWG). Almost everything in JS is an external library as it doesn't have a true stdlib to go with the language just a core language and implementation specific APIs like browser Fetch or Node sockets. Hopefully WebSockets (W3C/IETF) will get embedded in Node's core one day as well.