mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Add AbortSignal support for event listeners (#39406)
Also fixes several issues with code generation when a dom type is part of a dictionary. Part of #34866 Fixes #39398 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
7abc813fc3
commit
02aab33987
9 changed files with 98 additions and 100 deletions
3
tests/wpt/meta/dom/events/__dir__.ini
vendored
Normal file
3
tests/wpt/meta/dom/events/__dir__.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
prefs: [
|
||||
"dom_abort_controller_enabled:true",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue