forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FileAPI.json
201 lines (201 loc) · 7.33 KB
/
FileAPI.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
{
"spec": {
"title": "File API",
"url": "https://w3c.github.io/FileAPI/"
},
"links": {
"https://xhr.spec.whatwg.org/": [
"xmlhttprequest",
"dom-xmlhttprequest-send",
"progressevent"
],
"https://html.spec.whatwg.org/": [
"dom-worker-postmessage-options",
"datatransfer",
"the-input-element",
"serializable",
"serializable-objects",
"serialization-steps",
"deserialization-steps",
"concept-relevant-realm",
"in-parallel",
"queue-a-global-task",
"concept-relevant-global",
"sub-serialization",
"sub-deserialization",
"htmlinputelement",
"task-source",
"queue-a-task",
"eventhandler",
"event-handler-content-attributes",
"event-handler-event-type",
"concept-task",
"the-img-element",
"environment-settings-object",
"current-settings-object",
"concept-settings-object-origin",
"ascii-serialisation-of-an-origin",
"unloading-document-cleanup-steps",
"relevant-settings-object",
"same-origin",
"the-iframe-element",
"attr-hyperlink-download",
"the-a-element"
],
"https://www.w3.org/TR/": [],
"https://www.w3.org/2019/webapps/": [],
"https://lists.w3.org/Archives/Public/public-webapps/": [],
"https://lists.w3.org/Archives/Public/public-webapi/": [],
"https://www.w3.org/wiki/Webapps/LCWD-FileAPI-20130912": [],
"https://wpt.fyi/results/FileAPI": [],
"https://github.com/w3c/FileAPI/issues": [],
"https://www.w3.org/Consortium/Patent-Policy-20200915/": [
"def-essential",
"sec-Disclosure"
],
"https://www.w3.org/2004/01/pp-impl/114929/status": [],
"https://www.w3.org/2020/Process-20200915/": [],
"https://developers.google.com/gears/?csw=1": [],
"https://developer.mozilla.org/en-US/docs/Web/API/Blob": [],
"https://infra.spec.whatwg.org/": [
"byte",
"byte-sequence",
"ascii-lowercase",
"string",
"code-point",
"string-position-variable",
"collect-a-sequence-of-code-points",
"list",
"list-iterate",
"ordered-map",
"map-key",
"map-value",
"map-set",
"map-remove",
"assert",
"map-exists"
],
"https://heycam.github.io/webidl/": [
"Exposed",
"idl-sequence",
"idl-unsigned-long-long",
"idl-DOMString",
"Clamp",
"idl-long-long",
"NewObject",
"idl-promise",
"idl-USVString",
"idl-ArrayBuffer",
"BufferSource",
"new",
"idl-Uint8Array",
"dfn-get-buffer-source-copy",
"this",
"notfounderror",
"idl-unsigned-long",
"dfn-supported-property-indices",
"idl-undefined",
"idl-unsigned-short",
"idl-DOMException",
"invalidstateerror",
"notreadableerror",
"securityerror",
"dfn-throw"
],
"https://streams.spec.whatwg.org/": [
"readablestream",
"readablestream-set-up",
"chunk",
"readablestream-error",
"readablestream-enqueue",
"readablestream-get-a-reader",
"readablestreamdefaultreader-read-all-bytes",
"readablestreamdefaultreader-read-a-chunk"
],
"https://developer.mozilla.org/en-US/docs/Web/API/Blob/Blob": [],
"https://encoding.spec.whatwg.org/": [
"utf-8-encode",
"utf-8-decode",
"concept-encoding-get",
"utf-8",
"decode"
],
"https://developer.mozilla.org/en-US/docs/Web/API/Blob/size": [],
"https://developer.mozilla.org/en-US/docs/Web/API/Blob/type": [],
"https://developer.mozilla.org/en-US/docs/Web/API/File/type": [],
"https://mimesniff.spec.whatwg.org/": [
"parsable-mime-type",
"parse-a-mime-type",
"parameters"
],
"https://fetch.spec.whatwg.org/": [
"concept-fetch",
"dom-body-text",
"concept-network-error"
],
"https://developer.mozilla.org/en-US/docs/Web/API/Blob/slice": [],
"https://developer.mozilla.org/en-US/docs/Web/API/Blob/stream": [],
"https://developer.mozilla.org/en-US/docs/Web/API/Blob/text": [],
"https://developer.mozilla.org/en-US/docs/Web/API/Blob/arrayBuffer": [],
"https://developer.mozilla.org/en-US/docs/Web/API/File": [],
"https://developer.mozilla.org/en-US/docs/Web/API/File/File": [],
"https://tc39.github.io/ecma262/": [
"sec-date-constructor",
"sec-array-constructor"
],
"https://developer.mozilla.org/en-US/docs/Web/API/File/name": [],
"https://developer.mozilla.org/en-US/docs/Web/API/File/lastModified": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileList": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader": [],
"https://dom.spec.whatwg.org/": [
"eventtarget",
"concept-event-fire",
"document"
],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readyState": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/result": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/error": [],
"https://github.com/w3c/FileAPI/issues/119": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/onabort": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/onerror": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/onload": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsDataURL": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsText": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsArrayBuffer": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsBinaryString": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/abort": [],
"https://github.com/w3c/FileAPI/issues/104": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/loadstart_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/progress_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/abort_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/error_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/load_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/loadend_event": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReaderSync": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReaderSync/readAsText": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReaderSync/readAsDataURL": [],
"https://developer.mozilla.org/en-US/docs/Web/API/FileReaderSync/readAsArrayBuffer": [],
"https://url.spec.whatwg.org/": [
"concept-url-scheme",
"concept-url",
"url",
"valid-url-string",
"concept-url-parser",
"empty-host",
"concept-url-path",
"concept-url-serializer",
"concept-url-origin"
],
"https://w3c.github.io/media-source/": [
"mediasource"
],
"https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL": [],
"https://developer.mozilla.org/en-US/docs/Web/API/URL/revokeObjectURL": [],
"https://tc39.es/ecma262/multipage/": [],
"https://www.w3.org/TR/media-source/": [],
"https://tools.ietf.org/html/rfc2119": [],
"https://datatracker.ietf.org/doc/html/rfc2397": [],
"https://datatracker.ietf.org/doc/html/rfc4122": [],
"https://www.w3.org/TR/workers/": []
}
}