Skip to content

Commit 0e21c64

Browse files
jasnelldanielleadams
authored andcommitted
stream: remove whatwg streams experimental warning
The API is still experimental, but the warning isn't necessary any longer Signed-off-by: James M Snell <[email protected]> PR-URL: #40971 Refs: #40950 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Robert Nagy <[email protected]>
1 parent 8fac878 commit 0e21c64

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/stream/web.js

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
'use strict';
22

3-
const {
4-
emitExperimentalWarning,
5-
} = require('internal/util');
6-
7-
emitExperimentalWarning('stream/web');
8-
93
const {
104
TransformStream,
115
TransformStreamDefaultController,

0 commit comments

Comments
 (0)