Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CompressionStream & DecompressionStream APIs #425

Closed
QuiiBz opened this issue Dec 27, 2022 · 2 comments
Closed

CompressionStream & DecompressionStream APIs #425

QuiiBz opened this issue Dec 27, 2022 · 2 comments

Comments

@QuiiBz
Copy link
Member

QuiiBz commented Dec 27, 2022

We have support for streaming APIs (ReadableStream, WritableStream, ...) thanks to web-stream-polyfill, but not for CompressionStream & DecompressionStream. Can we use an existing polyfill?

https://wicg.github.io/compression/#compression-stream
https://wicg.github.io/compression/#decompression-stream

@QuiiBz QuiiBz added this to Roadmap Dec 27, 2022
@QuiiBz QuiiBz converted this from a draft issue Dec 27, 2022
@QuiiBz QuiiBz added this to the Beta milestone Dec 27, 2022
@abdullahranginwala
Copy link

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

@QuiiBz
Copy link
Member Author

QuiiBz commented Jun 24, 2023

Done in #932!

@QuiiBz QuiiBz closed this as completed Jun 24, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Roadmap Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants