mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
@@ -1,11 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
const {
|
||||
emitExperimentalWarning,
|
||||
} = require('internal/util');
|
||||
|
||||
emitExperimentalWarning('stream/web');
|
||||
|
||||
const {
|
||||
TransformStream,
|
||||
TransformStreamDefaultController,
|
||||
|
||||
Reference in New Issue
Block a user