deno
0aa6fefc
- perf(ext/web): optimize EventTarget (#12166)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
perf(ext/web): optimize EventTarget (#12166) 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
References
#12166 - perf(ext/web): optimize EventTarget
Author
AaronO
Parents
f827b93d
Loading