Ryan Dahl
|
1fb5858009
|
chore: update copyright to 2022 (#13306)
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
2022-01-07 22:09:52 -05:00 |
|
Luca Casonato
|
2eae1ae665
|
revert: store header keys lower case internally (#12837)
This reverts commit 49ec3d10ad .
|
2021-11-23 01:23:11 +01:00 |
|
Aaron O'Mullan
|
f68825eda0
|
perf(fetch): optimize fillHeaders() key iteration (#12287)
Reduces self-time by ~70x (~70ms => ~1ms on 1M iters)
for...in filtered by hasOwnProperty yields the same set of keys as Object.keys()
|
2021-10-01 12:17:16 +02:00 |
|
Aaron O'Mullan
|
68e5cdaff0
|
perf(web): ~400x faster http header trimming (#12277)
Use a regex substring match with a first/last char fastpath instead of 2 regex replaces. Roughly ~400x faster (423ms vs 0.7ms in profiled runs)
|
2021-09-30 18:39:55 +02:00 |
|
Aaron O'Mullan
|
6c007aa5ab
|
perf(fetch/headers): optimize appendHeader (#12234)
Use a single regex to check for `\0`, `\n`, `\r` instead of 3 `String.includes(...)` calls
|
2021-09-26 20:19:02 +02:00 |
|
李瑞丰
|
46245b830a
|
fix(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-09-25 02:07:22 +09:00 |
|
Feng Yu
|
6f63d739ab
|
fiz(ext/fetch): Headers constructor error message (#11778)
|
2021-08-21 05:07:30 +02:00 |
|
Ryan Dahl
|
a0285e2eb8
|
Rename extensions/ directory to ext/ (#11643)
|
2021-08-11 12:27:05 +02:00 |
|