jonnyreeves / fetch-readablestream

Compatibility layer for efficient streaming of binary data using WHATWG Streams
MIT License
49 stars 10 forks source link

Suggest an alternative TextEncoder polyfill #9

Open pcowgill opened 4 years ago

pcowgill commented 4 years ago

Can you suggest an alternative TextEncoder polyfill? The text-encoding package on npm is deprecated. Thanks!

pcowgill commented 4 years ago

This option https://github.com/anonyco/FastestSmallestTextEncoderDecoder is mentioned on the MDN page