fix(runtime): no FastStream for unrefable streams (#16095)

This commit is contained in:
Luca Casonato 2022-09-30 00:42:33 +02:00 committed by GitHub
parent 927f4e2e83
commit 38f544538b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 92 additions and 30 deletions

View file

@ -354,7 +354,6 @@
resolveDns,
};
window.__bootstrap.streamUtils = {
readableStreamForRid,
writableStreamForRid,
};
})(this);