mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
script: Add stub interface for AbortController. (#34519)
Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: syvb <me@iter.ca>
This commit is contained in:
parent
2f64dde623
commit
bc2def0582
5 changed files with 72 additions and 0 deletions
|
@ -247,6 +247,10 @@ mod gen {
|
|||
enabled: bool,
|
||||
}
|
||||
},
|
||||
abort_controller: {
|
||||
/// Whether to expose the AbortControll/AbortSignal DOM interfaces.
|
||||
enabled: bool,
|
||||
},
|
||||
allow_scripts_to_close_windows: bool,
|
||||
canvas_capture: {
|
||||
enabled: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue