mholt/PapaParse

ReadableStream support

Open

#550 geöffnet am 9. Aug. 2018

Auf GitHub ansehen
 (2 Kommentare) (9 Reaktionen) (0 zugewiesene Personen)JavaScript (1.157 Forks)batch import
help wanted

Repository-Metriken

Stars
 (11.877 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide