summaryrefslogtreecommitdiff
path: root/cli/ops/testing.rs
diff options
context:
space:
mode:
authorAndreu Botella <abb@randomunok.com>2021-07-14 12:08:42 +0200
committerGitHub <noreply@github.com>2021-07-14 12:08:42 +0200
commit5b771e7e83b32402f06873e684efb2381971e0f6 (patch)
treebe1c3cab01d9edb71900afbfde4b2f983fc38c63 /cli/ops/testing.rs
parent56635d3b528347bd37719cd111e55f7d1abace72 (diff)
fix(extensions/web): aborting a FileReader should not affect later reads (#11381)
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.
Diffstat (limited to 'cli/ops/testing.rs')
0 files changed, 0 insertions, 0 deletions