mholt/PapaParse

ReadableStream support

Open

#550 opened on 2018年8月9日

GitHub で見る
 (2 comments) (9 reactions) (0 assignees)JavaScript (1,157 forks)batch import
help wanted

Repository metrics

Stars
 (11,877 stars)
PR merge metrics
 (平均マージ 18h) (30d で 1 merged PR)

説明

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

コントリビューターガイド