Hacker News new | past | comments | ask | show | jobs | submit login

They're talking about JavaScript's fetch API. It's not an external library.



It 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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: