diff options
author | Moonchild <moonchild@palemoon.org> | 2020-06-11 08:22:04 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-06-13 11:51:53 +0200 |
commit | 3f3d626434b2533182ca0ee90adc92a1e7db373c (patch) | |
tree | 14499eda8658719c7bd3940ed2ac30f8e4e10ad7 /dom/webidl/Request.webidl | |
parent | a04d67dd12d4999b28e74744150770482a3c5a3d (diff) | |
download | UXP-3f3d626434b2533182ca0ee90adc92a1e7db373c.tar UXP-3f3d626434b2533182ca0ee90adc92a1e7db373c.tar.gz UXP-3f3d626434b2533182ca0ee90adc92a1e7db373c.tar.lz UXP-3f3d626434b2533182ca0ee90adc92a1e7db373c.tar.xz UXP-3f3d626434b2533182ca0ee90adc92a1e7db373c.zip |
Issue #1587 - Part 4: Implement FetchObserver
Diffstat (limited to 'dom/webidl/Request.webidl')
-rw-r--r-- | dom/webidl/Request.webidl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/webidl/Request.webidl b/dom/webidl/Request.webidl index 00497456a..8c6e33da3 100644 --- a/dom/webidl/Request.webidl +++ b/dom/webidl/Request.webidl @@ -50,6 +50,9 @@ dictionary RequestInit { [Func="FetchController::IsEnabled"] FetchSignal signal; + + [Func="FetchObserver::IsEnabled"] + ObserverCallback observe; }; // Gecko currently does not ship RequestContext, so please don't use it in IDL |