summaryrefslogtreecommitdiff
path: root/ext/fetch/20_headers.js
AgeCommit message (Collapse)Author
2021-09-26perf(fetch/headers): optimize appendHeader (#12234)Aaron O'Mullan
Use a single regex to check for `\0`, `\n`, `\r` instead of 3 `String.includes(...)` calls
2021-09-25fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)李瑞丰
Co-authored-by: Luca Casonato <hello@lcas.dev> Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2021-08-21fiz(ext/fetch): Headers constructor error message (#11778)Feng Yu
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl