aboutsummaryrefslogtreecommitdiff
path: root/test/js/web/fetch/body.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-22Fix types (#2453)Gravatar Colin McDonnell 1-2/+0
* WIP * WIP * WIP * WIP * Improve typechecking in type files * Fix typechecking * Update * Update submodule * CI for typechecking * Add ci * Update commands * Format after build * Dont use bunx * Rename job * Use nodemodules prettier * Update workflow * Use symlink * Debug * Debug * Clean up and rename jobs
2023-03-18[fetch] Make the default body value `null` when unspecifiedGravatar Jarred Sumner 1-0/+39
This is better aligned with the fetch spec
2023-03-17Fix various fetch/response/request tests (#2416)Gravatar Dylan Conway 1-11/+12
* 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-13Better test coverage for Request and ResponseGravatar Ashcon Partovi 1-0/+634