You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have support for streaming APIs (ReadableStream, WritableStream, ...) thanks to web-stream-polyfill, but not for CompressionStream & DecompressionStream. Can we use an existing polyfill?
I believe we can use the pako library as a fallback implementation to add support for CompressionStream and DecompressionStream APIs. It can provide this support and is easy to integrate. We consider using this library to solve this issue
We have support for streaming APIs (
ReadableStream
,WritableStream
, ...) thanks to web-stream-polyfill, but not forCompressionStream
&DecompressionStream
. Can we use an existing polyfill?https://wicg.github.io/compression/#compression-stream
https://wicg.github.io/compression/#decompression-stream
The text was updated successfully, but these errors were encountered: