mholt/PapaParse

ReadableStream support

Aperta

#550 aperta il 9 ago 2018

 (2 commenti) (9 reazioni) (0 assegnatari)JavaScript (1185 fork)batch import
help wanted

Metriche repository

Star
 (13.542 stelle)
Metriche merge PR
 (Merge medio 18h) (1 PR mergiata in 30 g)

Descrizione

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

Guida contributor