mholt/PapaParse

ReadableStream support

Open

#550 ouverte le 9 août 2018

Voir sur GitHub
 (2 commentaires) (9 réactions) (0 assignés)JavaScript (1 157 forks)batch import
help wanted

Métriques du dépôt

Stars
 (11 877 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur