9 ms·
Intl 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.
by pibi 4y ago
Intl 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.