Skip to content

gzipFile and gunzipFile are inverted #22

@Menecats

Description

@Menecats

The gzipFile wrongfully instantiates a decompression stream (

.pipeThrough(new DecompressionStream("gzip"))
) and gunzipFile wrongfully instantiates a compression stream (
.pipeThrough(new CompressionStream("gzip"))
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions