From 0552eaf569ef910b0d132b6e60758f17a4519d91 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 19 Apr 2021 01:00:13 +0200 Subject: 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. --- test_util/wpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util/wpt') diff --git a/test_util/wpt b/test_util/wpt index e19bdbe96..579608584 160000 --- a/test_util/wpt +++ b/test_util/wpt @@ -1 +1 @@ -Subproject commit e19bdbe96243f2ba548c1fd01c0812d645ba0c6f +Subproject commit 579608584916d582d38d0159666aae9a6aaf07ad -- cgit v1.2.3