whatwg / compression

Compression Standard
https://compression.spec.whatwg.org/
Other
82 stars 21 forks source link

Readable byte stream #31

Open jakearchibald opened 4 years ago

jakearchibald commented 4 years ago

Looking at the spec, it seems like these transforms create regular readable streams. Should they be readable byte streams?

ricea commented 4 years ago

Correct. This is essentially blocked behind https://github.com/whatwg/streams/issues/616. Which itself is blocked on any browser implementing byte streams, as well as the backlog of higher-priority work.

jakearchibald commented 4 years ago

as well as the backlog of higher-priority work

hah, yeah, I know what you mean.