Commit be2fe4b
events: allow null/undefined eventInitDict
PR-URL: #54643
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent f7c3b03 commit be2fe4bCopy full SHA for be2fe4b
File tree
Expand file treeCollapse file tree
2 files changed
+12
-6
lines changedOpen diff view settings
Filter options
- lib/internal
- test/parallel
Expand file treeCollapse file tree
2 files changed
+12
-6
lines changedOpen diff view settings
Collapse file
lib/internal/event_target.js
Copy file name to clipboardExpand all lines: lib/internal/event_target.js+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
111 | 111 | |
112 | 112 | |
113 | 113 | |
114 | | - |
| 114 | + |
115 | 115 | |
116 | 116 | |
117 | | - |
118 | | - |
119 | | - |
120 | | - |
121 | | - |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
122 | 122 | |
123 | 123 | |
124 | 124 | |
|
Collapse file
test/parallel/test-eventtarget.js
Copy file name to clipboardExpand all lines: test/parallel/test-eventtarget.js+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
747 | 747 | |
748 | 748 | |
749 | 749 | |
| 750 | + |
| 751 | + |
| 752 | + |
| 753 | + |
| 754 | + |
| 755 | + |
0 commit comments