summaryrefslogtreecommitdiff
path: root/ext/web/00_infra.js
AgeCommit message (Collapse)Author
2022-03-19refactor: cleanup assert() & AssertionError definitions (#13859)Leo Kettmeir
2022-02-07refactor: update runtime code for primordial check for iterators (#13510)Bartek IwaƄczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2021-10-01perf(web): optimize byteLowerCase() (#12282)Aaron O'Mullan
2021-09-30perf(web): ~400x faster http header trimming (#12277)Aaron O'Mullan
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-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl