mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
re-add prefs
Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
This commit is contained in:
parent
cd1b196de4
commit
3448d3fb20
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://dom.spec.whatwg.org/#interface-abortcontroller
|
||||
[Exposed=*]
|
||||
[Exposed=*, Pref="dom_abort_controller_enabled"]
|
||||
interface AbortController {
|
||||
constructor();
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
// https://dom.spec.whatwg.org/#abortsignal
|
||||
|
||||
[Exposed=*]
|
||||
[Exposed=*, Pref="dom_abort_controller_enabled"]
|
||||
interface AbortSignal : EventTarget {
|
||||
readonly attribute boolean aborted;
|
||||
readonly attribute any reason;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue