Commit d2f574b
lib: let abort_controller target be EventTarget
The AbortController abort event should have EventTarget as a target
property of the argument event.
PR-URL: #35869
Refs: https://github.com/web-platform-tests/wpt/blob/master/dom/abort/event.any.js
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>1 parent 1303a1f commit d2f574bCopy full SHA for d2f574b
File tree
Expand file treeCollapse file tree
2 files changed
+4
-6
lines changedOpen diff view settings
Filter options
- lib/internal
Expand file treeCollapse file tree
2 files changed
+4
-6
lines changedOpen diff view settings
Collapse file
lib/internal/abort_controller.js
Copy file name to clipboardExpand all lines: lib/internal/abort_controller.js+2-3Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
| 13 | + |
13 | 14 | |
14 | 15 | |
15 | 16 | |
| ||
53 | 54 | |
54 | 55 | |
55 | 56 | |
56 | | - |
57 | | - |
58 | | - |
59 | 57 | |
60 | 58 | |
61 | 59 | |
| ||
67 | 65 | |
68 | 66 | |
69 | 67 | |
| 68 | + |
70 | 69 | |
71 | 70 | |
72 | 71 | |
|
Collapse file
lib/internal/event_target.js
Copy file name to clipboardExpand all lines: lib/internal/event_target.js+2-3Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
334 | 334 | |
335 | 335 | |
336 | 336 | |
| 337 | + |
| 338 | + |
337 | 339 | |
338 | 340 | |
339 | 341 | |
340 | 342 | |
341 | 343 | |
342 | | - |
343 | | - |
344 | | - |
345 | 344 | |
346 | 345 | |
347 | 346 | |
|
0 commit comments