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>

PR-URL: https://github.com/nodejs/node/pull/40971
Refs: https://github.com/nodejs/node/issues/40950
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
This commit is contained in:
James M Snell
2021-12-01 00:02:13 -08:00
committed by GitHub
parent bbed2a77d3
commit 94de738aa4

View File

@@ -1,11 +1,5 @@
'use strict';
const {
emitExperimentalWarning,
} = require('internal/util');
emitExperimentalWarning('stream/web');
const {
TransformStream,
TransformStreamDefaultController,