Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-29 | perf(web/Event): move last class field to constructor (#12265) | Aaron O'Mullan | |
2021-09-26 | perf(web): optimize Event constructor (#12231) | Aaron O'Mullan | |
Assign in constructor instead of using class initializers which are currently ~10x slower | |||
2021-09-25 | 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-21 | perf(ext/web): optimize EventTarget (#12166) | Aaron O'Mullan | |
and all its subclasses including `AbortSignal` ... Instead of storing associated data in a global `WeakMap` we store them as private attributes (via a Symbol) on the object instances | |||
2021-08-11 | Rename extensions/ directory to ext/ (#11643) | Ryan Dahl | |