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 <[email protected]>

PR-URL: nodejs#40971
Refs: nodejs#40950
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Gerhard Stöbich <[email protected]>
Reviewed-By: Robert Nagy <[email protected]>
  • Loading branch information
jasnell authored Dec 1, 2021
1 parent bbed2a7 commit 94de738
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/stream/web.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
'use strict';

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

emitExperimentalWarning('stream/web');

const {
TransformStream,
TransformStreamDefaultController,
Expand Down

0 comments on commit 94de738

Please sign in to comment.