re-add prefs

Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
This commit is contained in:
gterzian 2025-06-05 17:30:35 +07:00
parent cd1b196de4
commit 3448d3fb20
No known key found for this signature in database
GPG key ID: E290318CF2FC84D3
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

@ -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;