1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tools/wpt
Luca Casonato 923370f18f
fix(ext/fetch): new Request should soft clone (#16869)
Previously the inner request object of the original and the new request
were the same, causing the requests to be entangled and mutable changes
to one to be visible to the other. This fixes that.
2022-12-06 09:39:04 +01:00
..
certs tests: re-generate WPT certificates (#14774) 2022-06-02 00:50:48 +02:00
config.json fix(websocket): spec conformance & WPT (#11010) 2021-06-21 12:15:08 +02:00
expectation.json fix(ext/fetch): new Request should soft clone (#16869) 2022-12-06 09:39:04 +01:00
runner.ts chore: rewrite tests and utils to use Deno.Command API (#16895) 2022-12-02 14:43:17 +01:00
testharnessreport.js fix(ext/web): add EventTarget brand checking (#14637) 2022-06-17 11:05:02 -04:00
utils.ts chore: rewrite tests and utils to use Deno.Command API (#16895) 2022-12-02 14:43:17 +01:00