Skip to content

Commit

Permalink
fixup! streams: add CompressionStream and DecompressionStream
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Jul 13, 2021
1 parent c7623f1 commit 8422f05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/internal/webstreams/compression.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ const {
newReadableWritablePairFromDuplex,
} = require('internal/webstreams/adapters');

const {
kEnumerableProperty,
} = require('internal/webstreams/util');

const {
customInspect,
kEnumerableProperty,
} = require('internal/webstreams/util');

const {
Expand Down

0 comments on commit 8422f05

Please sign in to comment.