Skip to content

Commit a775b03

Browse files
committed
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 <jasnell@gmail.com>
1 parent 7633c86 commit a775b03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/stream/web.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ const {
44
emitExperimentalWarning,
55
} = require('internal/util');
66

7-
emitExperimentalWarning('stream/web');
8-
97
const {
108
TransformStream,
119
TransformStreamDefaultController,

0 commit comments

Comments
 (0)