-
Notifications
You must be signed in to change notification settings - Fork 72
/
xhr.json
104 lines (104 loc) · 2.65 KB
/
xhr.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
100
101
102
103
104
{
"spec": {
"title": "XMLHttpRequest Standard",
"url": "https://xhr.spec.whatwg.org/"
},
"events": [
{
"href": "https://xhr.spec.whatwg.org/#event-xhr-readystatechange",
"src": {
"format": "summary table",
"href": "https://xhr.spec.whatwg.org/#event-xhr-readystatechange"
},
"type": "readystatechange",
"targets": [
"XMLHttpRequest"
],
"interface": "Event"
},
{
"href": "https://xhr.spec.whatwg.org/#event-xhr-loadstart",
"src": {
"format": "summary table",
"href": "https://xhr.spec.whatwg.org/#event-xhr-loadstart"
},
"type": "loadstart",
"targets": [
"XMLHttpRequestEventTarget"
],
"interface": "ProgressEvent"
},
{
"href": "https://xhr.spec.whatwg.org/#event-xhr-progress",
"src": {
"format": "summary table",
"href": "https://xhr.spec.whatwg.org/#event-xhr-progress"
},
"type": "progress",
"targets": [
"XMLHttpRequestEventTarget"
],
"interface": "ProgressEvent"
},
{
"href": "https://xhr.spec.whatwg.org/#event-xhr-abort",
"src": {
"format": "summary table",
"href": "https://xhr.spec.whatwg.org/#event-xhr-abort"
},
"type": "abort",
"targets": [
"XMLHttpRequestEventTarget"
],
"interface": "ProgressEvent"
},
{
"href": "https://xhr.spec.whatwg.org/#event-xhr-error",
"src": {
"format": "summary table",
"href": "https://xhr.spec.whatwg.org/#event-xhr-error"
},
"type": "error",
"targets": [
"XMLHttpRequestEventTarget"
],
"interface": "ProgressEvent"
},
{
"href": "https://xhr.spec.whatwg.org/#event-xhr-load",
"src": {
"format": "summary table",
"href": "https://xhr.spec.whatwg.org/#event-xhr-load"
},
"type": "load",
"targets": [
"XMLHttpRequestEventTarget"
],
"interface": "ProgressEvent"
},
{
"href": "https://xhr.spec.whatwg.org/#event-xhr-timeout",
"src": {
"format": "summary table",
"href": "https://xhr.spec.whatwg.org/#event-xhr-timeout"
},
"type": "timeout",
"targets": [
"XMLHttpRequestEventTarget"
],
"interface": "ProgressEvent"
},
{
"href": "https://xhr.spec.whatwg.org/#event-xhr-loadend",
"src": {
"format": "summary table",
"href": "https://xhr.spec.whatwg.org/#event-xhr-loadend"
},
"type": "loadend",
"targets": [
"XMLHttpRequestEventTarget"
],
"interface": "ProgressEvent"
}
]
}