PapaParse icon indicating copy to clipboard operation
PapaParse copied to clipboard

ReadableStream support

Open timbru31 opened this issue 6 years ago • 2 comments

It would be an awesome addition if PapaParse would support ReadableStream, too. There is already support for the Node.js world, but they are available in browsers, too. This would work very handy with the fetch API (see #182)

Some links for reference: https://caniuse.com/#feat=streams https://streams.spec.whatwg.org/ https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream

timbru31 avatar Aug 09 '18 15:08 timbru31

That will be a very good addition.

pokoli avatar Aug 10 '18 09:08 pokoli

It would be an awesome addition of PapaParse would support ReadableStream, too. There is already support for the Node.js world, but they are available in browsers, too. This would work very handy with the fetch API (see #182)

Some links for reference: https://caniuse.com/#feat=streams https://streams.spec.whatwg.org/ https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream

for encoding, there's https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder/decode

a4smanjorg5 avatar Aug 03 '21 15:08 a4smanjorg5