forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackground-sync.json
More file actions
69 lines (69 loc) · 2.22 KB
/
background-sync.json
File metadata and controls
69 lines (69 loc) · 2.22 KB
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
64
65
66
67
68
69
{
"spec": {
"title": "Web Background Synchronization",
"url": "https://wicg.github.io/background-sync/spec/"
},
"links": {
"https://www.w3.org/community/wicg/": [],
"https://www.w3.org/community/about/agreements/cla/": [],
"https://www.w3.org/community/": [],
"https://slightlyoff.github.io/ServiceWorker/spec/service_worker/": [
"service-worker-concept",
"dfn-service-worker-client",
"dfn-service-worker-client-frame-type",
"service-worker-registration-concept",
"service-worker-registration-interface",
"dfn-active-worker",
"service-worker-global-scope-interface",
"extendable-event-interface",
"extendable-event-init-dictionary",
"dfn-extend-lifetime-promises",
"terminate-service-worker-algorithm"
],
"https://w3c.github.io/webappsec/specs/powerfulfeatures/": [
"secure-context"
],
"https://html.spec.whatwg.org/": [
"browsing-context",
"in-parallel",
"eventhandler"
],
"https://developer.mozilla.org/en-US/docs/Web/API/SyncManager": [],
"https://heycam.github.io/webidl/": [
"Exposed",
"idl-promise",
"idl-undefined",
"idl-DOMString",
"idl-sequence",
"invalidstateerror",
"notallowederror",
"invalidaccesserror",
"idl-boolean"
],
"https://www.w3.org/2001/tag/doc/promises-guide": [
"a-new-promise",
"reject-promise",
"resolve-promise",
"waiting-for-all",
"upon-fulfillment",
"upon-rejection"
],
"https://developer.mozilla.org/en-US/docs/Web/API/SyncEvent/lastChance": [],
"https://developer.mozilla.org/en-US/docs/Web/API/SyncEvent/tag": [],
"https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerGlobalScope/onsync": [],
"https://notifications.spec.whatwg.org/": [
"concept-notification",
"permission-model"
],
"https://www.ecma-international.org/ecma-262/6.0/": [
"sec-algorithm-conventions"
],
"https://w3c.github.io/ServiceWorker/": [
"fire-functional-event"
],
"https://tc39.es/ecma262/": [],
"https://tools.ietf.org/html/rfc2119": [],
"https://www.w3.org/TR/secure-contexts/": [],
"https://www.w3.org/TR/service-workers-1/": []
}
}