From 38f544538b337074cbce317e67859a69bb23684c Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 30 Sep 2022 00:42:33 +0200 Subject: fix(runtime): no FastStream for unrefable streams (#16095) --- ext/net/01_net.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/net') diff --git a/ext/net/01_net.js b/ext/net/01_net.js index 2c7ec0f47..04360116b 100644 --- a/ext/net/01_net.js +++ b/ext/net/01_net.js @@ -354,7 +354,6 @@ resolveDns, }; window.__bootstrap.streamUtils = { - readableStreamForRid, writableStreamForRid, }; })(this); -- cgit v1.2.3