foliojs / brotli.js

A JavaScript port of the Brotli compression algorithm, as used in WOFF2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decoder : Streaming mode?

drom opened this issue · comments

Thank you for the very interesting project!
I want to integrate decoder into web application with large compressed stream >100MB
Right now I am fetching data using chunk-by-chunk.
Can decoder be modified to accept chunks?
More importantly, can decoder produce output data in chunks?