mholt/PapaParse

ReadableStream support

Open

#550 建立於 2018年8月9日

在 GitHub 查看
 (2 留言) (9 反應) (0 負責人)JavaScript (11,877 star) (1,157 fork)batch import
help wanted

描述

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

貢獻者指南

ReadableStream support · mholt/PapaParse#550 | Good First Issue