1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tools/wpt
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
..
certs tests: fix wpt epoch ci job (#10960) 2021-06-14 20:57:02 +02:00
config.json fix(websocket): spec conformance & WPT (#11010) 2021-06-21 12:15:08 +02:00
expectation.json fix(extensions/web): aborting a FileReader should not affect later reads (#11381) 2021-07-14 12:08:42 +02:00
runner.ts chore(wpt): clean up temporary files created by the WPT test runner (#11108) 2021-06-24 15:07:36 -04:00
testharnessreport.js fix: propagate top level thrown errors in WPT (#10932) 2021-06-11 21:31:53 +02:00
utils.ts tests: escape lone surrogates in wptreport (#11310) 2021-07-07 19:56:47 +02:00