We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430691e commit 2a005ddCopy full SHA for 2a005dd
custom/idl/fetch.idl
@@ -0,0 +1,14 @@
1
+// Remove when https://github.com/whatwg/fetch/pull/1647 is merged
2
+
3
+ dictionary DeferredRequestInit : RequestInit {
4
+ DOMHighResTimeStamp activateAfter;
5
+ };
6
7
+ [Exposed=Window]
8
+ interface FetchLaterResult {
9
+ readonly attribute boolean activated;
10
11
12
+ partial interface Window {
13
+ [NewObject] FetchLaterResult fetchLater(RequestInfo input, optional DeferredRequestInit init = {});
14
0 commit comments