zloirock/core-js

`TextEncoder` and `TextDecoder`

Open

#926 aperta il 12 apr 2021

Vedi su GitHub
 (6 commenti) (3 reazioni) (0 assegnatari)JavaScript (1609 fork)batch import
help wantedweb standards

Metriche repository

Star
 (23.771 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

There is already good browser support for these, but Node.js does not have these at all, so testing code that uses them is an issue if you're using jest w/ babel or something like that.

Having a polyfill for these that just 'works out of the box' would be great. There's a very good polyfill at the page below.

https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder

Guida contributor