diff options
author | Luca Casonato <hello@lcas.dev> | 2022-09-30 00:42:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 00:42:33 +0200 |
commit | 38f544538b337074cbce317e67859a69bb23684c (patch) | |
tree | 507e716e0b25d4a1f42c4ff1424059692d5d304f /ext/net/01_net.js | |
parent | 927f4e2e83719aac3dcc4d9ae422cbbf76bd7bcd (diff) |
fix(runtime): no FastStream for unrefable streams (#16095)
Diffstat (limited to 'ext/net/01_net.js')
-rw-r--r-- | ext/net/01_net.js | 1 |
1 files changed, 0 insertions, 1 deletions
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); |