| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -639,8 +639,6 @@ class EventTarget { | |||
| 639 | 639 | if (signal.aborted) { | |
| 640 | 640 | return; | |
| 641 | 641 | } | |
| 642 | - // TODO(benjamingr) make this weak somehow? ideally the signal would | ||
| 643 | - // not prevent the event target from GC. | ||
| 644 | 642 | signal.addEventListener('abort', () => { | |
| 645 | 643 | this.removeEventListener(type, listener, options); | |
| 646 | 644 | }, { __proto__: null, once: true, [kWeakHandler]: this, [kResistStopPropagation]: true }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments