1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-14 01:50:19 -05:00
denoland-deno/extensions
Andreu Botella 5b771e7e83
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.
2021-07-14 12:08:42 +02:00
..
broadcast_channel chore: release crates (#11378) 2021-07-13 02:16:49 +02:00
console chore: release crates (#11378) 2021-07-13 02:16:49 +02:00
crypto chore(extensions/crypto): use primoridials with verify() (#11384) 2021-07-13 18:52:59 +02:00
fetch chore: release crates (#11378) 2021-07-13 02:16:49 +02:00
http chore: release crates (#11378) 2021-07-13 02:16:49 +02:00
net chore: release crates (#11378) 2021-07-13 02:16:49 +02:00
timers chore: release crates (#11378) 2021-07-13 02:16:49 +02:00
url chore: release crates (#11378) 2021-07-13 02:16:49 +02:00
web fix(extensions/web): aborting a FileReader should not affect later reads (#11381) 2021-07-14 12:08:42 +02:00
webgpu chore: release crates (#11378) 2021-07-13 02:16:49 +02:00
webidl chore: release crates (#11378) 2021-07-13 02:16:49 +02:00
websocket chore: release crates (#11378) 2021-07-13 02:16:49 +02:00
webstorage chore: release crates (#11378) 2021-07-13 02:16:49 +02:00