deno
0aa6fefc - perf(ext/web): optimize EventTarget (#12166)

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
Author
Parents
Loading