forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackground-fetch.json
63 lines (63 loc) · 1.38 KB
/
background-fetch.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"spec": {
"title": "Background Fetch",
"url": "https://wicg.github.io/background-fetch/"
},
"refs": {
"normative": [
{
"name": "DOM",
"url": "https://dom.spec.whatwg.org/"
},
{
"name": "ECMASCRIPT",
"url": "https://tc39.es/ecma262/"
},
{
"name": "FETCH",
"url": "https://fetch.spec.whatwg.org/"
},
{
"name": "HTML",
"url": "https://html.spec.whatwg.org/multipage/"
},
{
"name": "IMAGE-RESOURCE",
"url": "https://www.w3.org/TR/image-resource/"
},
{
"name": "INFRA",
"url": "https://infra.spec.whatwg.org/"
},
{
"name": "PERMISSIONS",
"url": "https://www.w3.org/TR/permissions/"
},
{
"name": "RFC2119",
"url": "https://tools.ietf.org/html/rfc2119"
},
{
"name": "SERVICE-WORKERS-1",
"url": "https://www.w3.org/TR/service-workers-1/"
},
{
"name": "STREAMS",
"url": "https://streams.spec.whatwg.org/"
},
{
"name": "URL",
"url": "https://url.spec.whatwg.org/"
},
{
"name": "WebDriver",
"url": "https://www.w3.org/TR/webdriver1/"
},
{
"name": "WebIDL",
"url": "https://heycam.github.io/webidl/"
}
],
"informative": []
}
}