-
Notifications
You must be signed in to change notification settings - Fork 73
/
beacon.json
99 lines (99 loc) · 2.8 KB
/
beacon.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"spec": {
"title": "Beacon",
"url": "https://w3c.github.io/beacon/"
},
"links": {
"rawlinks": {
"https://datatracker.ietf.org/doc/html/bcp14": {},
"https://fetch.spec.whatwg.org/": {
"anchors": [
"concept-http-network-or-cache-fetch",
"cors-safelisted-request-header",
"concept-request",
"concept-fetch",
"http-access-control-allow-credentials",
"http-access-control-allow-origin",
"http-access-control-allow-headers"
]
},
"https://html.spec.whatwg.org/multipage/": {},
"https://url.spec.whatwg.org/": {
"anchors": [
"concept-url-parser"
]
},
"https://webidl.spec.whatwg.org/": {},
"https://www.rfc-editor.org/rfc/rfc2119": {},
"https://www.rfc-editor.org/rfc/rfc8174": {},
"https://www.w3.org/TR/": {},
"https://www.w3.org/TR/page-visibility-2/": {},
"https://www.w3.org/TR/service-workers/": {},
"https://www.w3.org/groups/wg/webperf": {},
"https://www.w3.org/groups/wg/webperf/ipr": {},
"https://www.w3.org/policies/patent-policy/": {
"anchors": [
"def-essential",
"sec-Disclosure"
]
},
"https://www.w3.org/policies/process/20231103/": {}
},
"autolinks": {
"https://fetch.spec.whatwg.org/": {
"anchors": [
"request-keepalive-flag",
"bodyinit",
"concept-bodyinit-extract",
"concept-request-method",
"concept-request-client",
"concept-request-url",
"concept-request-header-list",
"concept-request-origin",
"concept-request-body",
"concept-request-mode",
"concept-request-credentials-mode",
"request-initiator-type"
]
},
"https://html.spec.whatwg.org/multipage/indices.html": {
"anchors": [
"event-visibilitychange",
"event-unload"
]
},
"https://html.spec.whatwg.org/multipage/interaction.html": {
"anchors": [
"dom-document-visibilitystate",
"dom-document-hidden"
]
},
"https://html.spec.whatwg.org/multipage/system-state.html": {
"anchors": [
"navigator"
]
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
"relevant-settings-object",
"api-base-url",
"concept-settings-object-origin"
]
},
"https://url.spec.whatwg.org/": {
"anchors": [
"concept-url-scheme"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"idl-boolean",
"idl-USVString",
"this",
"dfn-throw",
"exceptiondef-typeerror"
]
}
}
}
}