mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
5b771e7e83
Currently, calling the `abort()` method on a `FileReader` object aborts any current read operation, but it also prevents any read operation started at some later point from starting. The File API instead specifies that calling `abort()` should reset the `FileReader`'s state and result, as well as removing any queued tasks from the current operation that haven't yet run. |
||
---|---|---|
.. | ||
certs | ||
config.json | ||
expectation.json | ||
runner.ts | ||
testharnessreport.js | ||
utils.ts |