1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-14 16:33:45 -05:00
denoland-deno/tools/wpt
Luca Casonato 0552eaf569
chore: align Headers to spec (#10199)
This commit aligns `Headers` to spec. It also removes the now unused
03_dom_iterable.js file. We now pass all relevant `Headers` WPT. We do
not implement any sort of header filtering, as we are a server side
runtime.

This is likely not the most efficient implementation of `Headers` yet.
It is however spec compliant. Once all the APIs in the `HTTP` hot loop
are correct we can start optimizing them. It is likely that this commit
reduces bench throughput temporarily.
2021-04-19 01:00:13 +02:00
..
expectation.json chore: align Headers to spec (#10199) 2021-04-19 01:00:13 +02:00
runner.ts chore: align Headers to spec (#10199) 2021-04-19 01:00:13 +02:00
testharnessreport.js tests: new typescript WPT runner (#9269) 2021-01-27 15:06:18 +01:00
utils.ts typo (#9378) 2021-02-02 22:21:48 -05:00