mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix(runtime): no FastStream for unrefable streams (#16095)
This commit is contained in:
parent
927f4e2e83
commit
38f544538b
3 changed files with 92 additions and 30 deletions
|
@ -354,7 +354,6 @@
|
|||
resolveDns,
|
||||
};
|
||||
window.__bootstrap.streamUtils = {
|
||||
readableStreamForRid,
|
||||
writableStreamForRid,
|
||||
};
|
||||
})(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue