Skip to content

Use the native DecompressionStream API to gunzip the .tgz archive#4024

Open
quentinadam wants to merge 1 commit intoevanw:mainfrom
quentinadam:main
Open

Use the native DecompressionStream API to gunzip the .tgz archive#4024
quentinadam wants to merge 1 commit intoevanw:mainfrom
quentinadam:main

Conversation

@quentinadam
Copy link

Deno natively supports the Web Compression Streams API.

A new DecompressionStream("gzip") instance can be used to gunzip the .tgz archive instead of depending on the denoflate package from denoland.

An additional benefit of removing this dependency is that the Deno code then becomes dependency-free which paves the way to support publishing it to JSR.

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

Successfully merging this pull request may close these issues.

1 participant