4 ms·
These aren't JavaScript APIs, they're Web Platform APIs.
by benknight87 4y ago
These aren't JavaScript APIs, they're Web Platform APIs.
- pibi 4y agoIntl could be considered a JS API, honestly. But yeah, it's ridiculous still conflating the two after all these years of full-stack Javascript developments.
- dmitriid 4y agoYou can only access them through Javascript running in the browser though. So it might not be that big of a distinction.
- chrismorgan 4y agoIntl is the ECMAScript Internationalization API (ECMA-402). Browsers are not the only JS implementations that include it. Node.js does, Deno does, probably others do too.