Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-15 | Add missing `"size"` getter to `URLSearchParams` prototype | 1 | -0/+2 | ||
2023-07-17 | Fix crash in console.log(urlSearchParams) on a URLSearchParams object with a ↵ | 1 | -0/+87 | ||
lot of keys | |||||
2023-07-07 | Update types, partially fix `typecheck` (#3551) | 1 | -0/+5 | ||
* Update types * Remove caret | |||||
2023-05-26 | fixup | 1 | -1/+1 | ||
2023-05-26 | Pretty formatter for `Headers` & `URLSearchParams` (#3081) | 1 | -0/+63 | ||
* Pretty formatter for `Headers` & `URLSearchParams` * cleanup * console.log on Headers, FormData, URLSearchParams will always quote the keys now --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> |