From 88617b7c955207e71be7f6b9ca621fe1178f5895 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Thu, 25 Nov 2021 10:51:57 -0800 Subject: [PATCH] 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 --- lib/stream/web.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/stream/web.js b/lib/stream/web.js index 5af05a8d3fcd95..8278040f690cd0 100644 --- a/lib/stream/web.js +++ b/lib/stream/web.js @@ -1,11 +1,5 @@ 'use strict'; -const { - emitExperimentalWarning, -} = require('internal/util'); - -emitExperimentalWarning('stream/web'); - const { TransformStream, TransformStreamDefaultController,