forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeacon.json
More file actions
121 lines (121 loc) · 2.82 KB
/
Copy pathbeacon.json
File metadata and controls
121 lines (121 loc) · 2.82 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"spec": {
"title": "Beacon",
"url": "https://w3c.github.io/beacon/"
},
"headings": [
{
"id": "title",
"href": "https://w3c.github.io/beacon/#title",
"level": 1,
"title": "Beacon"
},
{
"id": "toc",
"href": "https://w3c.github.io/beacon/#toc",
"level": 2,
"title": "Table of Contents"
},
{
"id": "introduction",
"href": "https://w3c.github.io/beacon/#introduction",
"level": 2,
"title": "Introduction",
"number": "1"
},
{
"id": "conformance",
"href": "https://w3c.github.io/beacon/#conformance",
"level": 2,
"title": "Conformance",
"number": "2"
},
{
"id": "dependencies",
"href": "https://w3c.github.io/beacon/#dependencies",
"level": 3,
"title": "Dependencies",
"number": "2.1"
},
{
"id": "beacon",
"href": "https://w3c.github.io/beacon/#beacon",
"level": 2,
"title": "Beacon",
"number": "3"
},
{
"id": "sendbeacon-method",
"href": "https://w3c.github.io/beacon/#sendbeacon-method",
"level": 3,
"title": "sendBeacon() Method",
"number": "3.1"
},
{
"id": "parameters",
"href": "https://w3c.github.io/beacon/#parameters",
"level": 3,
"title": "Parameters"
},
{
"id": "url",
"href": "https://w3c.github.io/beacon/#url",
"level": 4,
"title": "url"
},
{
"id": "data",
"href": "https://w3c.github.io/beacon/#data",
"level": 4,
"title": "data"
},
{
"id": "return-value",
"href": "https://w3c.github.io/beacon/#return-value",
"level": 3,
"title": "Return Value"
},
{
"id": "sec-processing-model",
"href": "https://w3c.github.io/beacon/#sec-processing-model",
"level": 3,
"title": "Processing Model",
"number": "3.2"
},
{
"id": "privacy-and-security",
"href": "https://w3c.github.io/beacon/#privacy-and-security",
"level": 2,
"title": "Privacy and Security",
"number": "4"
},
{
"id": "acknowledgments",
"href": "https://w3c.github.io/beacon/#acknowledgments",
"level": 2,
"title": "Acknowledgments",
"number": "A"
},
{
"id": "references",
"href": "https://w3c.github.io/beacon/#references",
"level": 2,
"title": "References",
"number": "B"
},
{
"id": "normative-references",
"href": "https://w3c.github.io/beacon/#normative-references",
"level": 3,
"title": "Normative references",
"number": "B.1"
},
{
"id": "informative-references",
"href": "https://w3c.github.io/beacon/#informative-references",
"level": 3,
"title": "Informative references",
"number": "B.2"
}
]
}