diff options
author | Moonchild <moonchild@palemoon.org> | 2020-06-11 23:20:52 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-06-11 23:20:52 +0000 |
commit | e97a29a6569fac73e81cf46a0e682ac926ea3456 (patch) | |
tree | 65cb4710bb2b14f6ebdbcc92fb90604b1174a20e /dom/webidl/Request.webidl | |
parent | 1620ec19653125db78f380043a52b6da6a34c281 (diff) | |
download | uxp-e97a29a6569fac73e81cf46a0e682ac926ea3456.tar.gz |
Issue #1587 - Part 7: Rename FetchController to AbortController
Also renames FetchSignal to AbortSignal. Includes renaming the various
controlling prefs to enable.
Diffstat (limited to 'dom/webidl/Request.webidl')
-rw-r--r-- | dom/webidl/Request.webidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/webidl/Request.webidl b/dom/webidl/Request.webidl index 8c6e33da33..fe6a63ec0d 100644 --- a/dom/webidl/Request.webidl +++ b/dom/webidl/Request.webidl @@ -48,8 +48,8 @@ dictionary RequestInit { RequestRedirect redirect; DOMString integrity; - [Func="FetchController::IsEnabled"] - FetchSignal signal; + [Func="AbortController::IsEnabled"] + AbortSignal signal; [Func="FetchObserver::IsEnabled"] ObserverCallback observe; |