Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-22 | Fix types (#2453) | 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 unspecified | 1 | -0/+39 | ||
This is better aligned with the fetch spec | |||||
2023-03-17 | Fix various fetch/response/request tests (#2416) | 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-13 | Better test coverage for Request and Response | 1 | -0/+634 | ||