Skip to content

Commit

Permalink
stream: remove whatwg streams experimental warning
Browse files Browse the repository at this point in the history
The API is still experimental, but the warning isn't necessary any
longer

Signed-off-by: James M Snell <jasnell@gmail.com>
  • Loading branch information
jasnell committed Nov 25, 2021
1 parent 7633c86 commit a775b03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/stream/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ const {
emitExperimentalWarning,
} = require('internal/util');

emitExperimentalWarning('stream/web');

const {
TransformStream,
TransformStreamDefaultController,
Expand Down

0 comments on commit a775b03

Please sign in to comment.