aboutsummaryrefslogtreecommitdiff
path: root/test/js/deno/fetch (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-07fix iterating headers with `set-cookie` (#4048)Gravatar Dylan Conway 1-8/+8
* fix iterating headers with `set-cookie` * a test * move work to `HTTPHeaderMap::set` * append set-cookie after sort * remove compare function
2023-03-17Fix various fetch/response/request tests (#2416)Gravatar Dylan Conway 1-1/+3
* fix most fetch tests, skip a few * fastGet, toValueGC, and invalid init * bigint unreachable, range error, log process as process * remove extra fetch_headers * remove js_type parameter, check isObject() * throw invalid mime type error, use enum literal * switch back to promise rejection * RangeError pascal case
2023-03-15Improve reliability of generated testsGravatar Ashcon Partovi 5-64/+73
2023-03-14Skip some more irrelevant testsGravatar Ashcon Partovi 1-124/+0
2023-03-08Add so many more tests, it's not even funnyGravatar Ashcon Partovi 6-1/+865
2023-03-08Improve test harnessGravatar Ashcon Partovi 1-0/+90