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>

PR-URL: #40971
Refs: #40950
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
  • Loading branch information
jasnell authored and danielleadams committed Dec 13, 2021
1 parent 8fac878 commit 0e21c64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/stream/web.js
@@ -1,11 +1,5 @@
'use strict';

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

emitExperimentalWarning('stream/web');

const {
TransformStream,
TransformStreamDefaultController,
Expand Down

0 comments on commit 0e21c64

Please sign in to comment.