mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
5311f69bbb
This PR fixes some crashing WPT tests due to an unresolved promise. --- This could be a [stream spec](https://streams.spec.whatwg.org) bug When `controller.close` is called on a byob stream, there's no cleanup of pending `readIntoRequests`. The only cleanup of pending `readIntoRequests` happen when `.byobRequest.respond(0)` is called, it happens here: |
||
---|---|---|
.. | ||
certs | ||
config.json | ||
expectation.json | ||
runner.ts | ||
testharnessreport.js | ||
utils.ts |