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

implement std/node/zlib on top of CompressionStream (maybe?) #1541

Closed
ry opened this issue Nov 9, 2021 · 3 comments
Closed

implement std/node/zlib on top of CompressionStream (maybe?) #1541

ry opened this issue Nov 9, 2021 · 3 comments
Assignees

Comments

@ry
Copy link
Member

ry commented Nov 9, 2021

No description provided.

@majidsajadi
Copy link
Contributor

majidsajadi commented Nov 10, 2021

is there any plan to add compress module to deno_std? like compress module in golang?

if we want to add compress module I guess it's a better approach to implement the std module and then implement node/zlib base on it.

@jimmywarting
Copy link

I think NodeJS should be the one that has to adapt to more web standards instead, they have recently got support for web streams and CompressionStream

@kt3k
Copy link
Member

kt3k commented Mar 21, 2023

The current plan is to implement it directly with ops denoland/deno#18291

@kt3k kt3k closed this as completed Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants