Commit fe22837
committed
doc: add docs on NodeEventTarget
While researching EventEmitter versus Node.js's EventTarget versus DOM
EventTarget, I found these docs on NodeEventTarget and was confused when
I couldn't find NodeEventTarget itself.
As far as I can tell, NodeEventTarget is used exactly once - by
MessagePort. This makes me wonder if NodeEventTarget should be
deprecated and/or become undocumented - but these docs are a minimal,
hopefully helpful step if that isn't desirable.1 parent 622c372 commit fe22837
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2482 | 2482 | | |
2483 | 2483 | | |
2484 | 2484 | | |
| 2485 | + | |
| 2486 | + | |
| 2487 | + | |
2485 | 2488 | | |
2486 | 2489 | | |
2487 | 2490 | | |
| |||
0 commit comments