mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +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/. */
|
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// https://dom.spec.whatwg.org/#interface-abortcontroller
|
// https://dom.spec.whatwg.org/#interface-abortcontroller
|
||||||
[Exposed=*]
|
[Exposed=*, Pref="dom_abort_controller_enabled"]
|
||||||
interface AbortController {
|
interface AbortController {
|
||||||
constructor();
|
constructor();
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
// https://dom.spec.whatwg.org/#abortsignal
|
// https://dom.spec.whatwg.org/#abortsignal
|
||||||
|
|
||||||
[Exposed=*]
|
[Exposed=*, Pref="dom_abort_controller_enabled"]
|
||||||
interface AbortSignal : EventTarget {
|
interface AbortSignal : EventTarget {
|
||||||
readonly attribute boolean aborted;
|
readonly attribute boolean aborted;
|
||||||
readonly attribute any reason;
|
readonly attribute any reason;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue