-
Notifications
You must be signed in to change notification settings - Fork 73
/
FileAPI.json
287 lines (287 loc) · 10.2 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
{
"spec": {
"title": "File API",
"url": "https://w3c.github.io/FileAPI/"
},
"links": {
"rawlinks": {
"https://datatracker.ietf.org/doc/html/rfc2119": {},
"https://developer.mozilla.org/en-US/docs/Web/API/Blob": {},
"https://developer.mozilla.org/en-US/docs/Web/API/Blob/Blob": {},
"https://developer.mozilla.org/en-US/docs/Web/API/Blob/arrayBuffer": {},
"https://developer.mozilla.org/en-US/docs/Web/API/Blob/size": {},
"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/type": {},
"https://developer.mozilla.org/en-US/docs/Web/API/File": {},
"https://developer.mozilla.org/en-US/docs/Web/API/File/File": {},
"https://developer.mozilla.org/en-US/docs/Web/API/File/lastModified": {},
"https://developer.mozilla.org/en-US/docs/Web/API/File/name": {},
"https://developer.mozilla.org/en-US/docs/Web/API/File/type": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileList": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileList/item": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileList/length": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/FileReader": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/abort": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/abort_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/error": {},
"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/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/readAsArrayBuffer": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsBinaryString": {},
"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/readyState": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileReader/result": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileReaderSync": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileReaderSync/FileReaderSync": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileReaderSync/readAsArrayBuffer": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileReaderSync/readAsDataURL": {},
"https://developer.mozilla.org/en-US/docs/Web/API/FileReaderSync/readAsText": {},
"https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL_static": {},
"https://developer.mozilla.org/en-US/docs/Web/API/URL/revokeObjectURL_static": {},
"https://developers.google.com/gears/?csw=1": {},
"https://dom.spec.whatwg.org/": {},
"https://encoding.spec.whatwg.org/": {},
"https://fetch.spec.whatwg.org/": {},
"https://github.com/w3c/FileAPI/issues": {},
"https://github.com/w3c/FileAPI/issues/104": {},
"https://github.com/w3c/FileAPI/issues/119": {},
"https://html.spec.whatwg.org/multipage/": {},
"https://html.spec.whatwg.org/multipage/workers.html": {},
"https://infra.spec.whatwg.org/": {},
"https://lists.w3.org/Archives/Public/public-webapi/": {},
"https://lists.w3.org/Archives/Public/public-webapps/": {},
"https://mimesniff.spec.whatwg.org/": {},
"https://streams.spec.whatwg.org/": {},
"https://tc39.es/ecma262/multipage/": {},
"https://url.spec.whatwg.org/": {},
"https://w3c.github.io/media-source/": {},
"https://webidl.spec.whatwg.org/": {},
"https://wpt.fyi/results/FileAPI": {},
"https://www.rfc-editor.org/rfc/rfc2397": {},
"https://www.rfc-editor.org/rfc/rfc9562": {},
"https://www.w3.org/2004/01/pp-impl/114929/status": {},
"https://www.w3.org/TR/": {},
"https://www.w3.org/groups/wg/webapps": {},
"https://www.w3.org/policies/patent-policy/20200915/": {
"anchors": [
"def-essential",
"sec-Disclosure"
]
},
"https://www.w3.org/policies/process/20231103/": {},
"https://www.w3.org/wiki/Webapps/LCWD-FileAPI-20130912": {},
"https://xhr.spec.whatwg.org/": {}
},
"autolinks": {
"http://tc39.github.io/ecma262/": {
"anchors": [
"sec-date-constructor",
"sec-array-constructor"
]
},
"http://w3c.github.io/media-source/": {
"anchors": [
"mediasource"
]
},
"https://dom.spec.whatwg.org/": {
"anchors": [
"eventtarget",
"concept-event-fire",
"document"
]
},
"https://encoding.spec.whatwg.org/": {
"anchors": [
"utf-8-encode",
"utf-8-decode",
"concept-encoding-get",
"utf-8",
"decode"
]
},
"https://fetch.spec.whatwg.org/": {
"anchors": [
"concept-fetch",
"dom-body-text",
"concept-network-error"
]
},
"https://html.spec.whatwg.org/multipage/browsers.html": {
"anchors": [
"ascii-serialisation-of-an-origin",
"same-origin"
]
},
"https://html.spec.whatwg.org/multipage/dnd.html": {
"anchors": [
"datatransfer"
]
},
"https://html.spec.whatwg.org/multipage/document-lifecycle.html": {
"anchors": [
"unloading-document-cleanup-steps"
]
},
"https://html.spec.whatwg.org/multipage/embedded-content.html": {
"anchors": [
"the-img-element"
]
},
"https://html.spec.whatwg.org/multipage/iframe-embed-object.html": {
"anchors": [
"the-iframe-element"
]
},
"https://html.spec.whatwg.org/multipage/infrastructure.html": {
"anchors": [
"in-parallel"
]
},
"https://html.spec.whatwg.org/multipage/input.html": {
"anchors": [
"the-input-element",
"htmlinputelement"
]
},
"https://html.spec.whatwg.org/multipage/links.html": {
"anchors": [
"attr-hyperlink-download"
]
},
"https://html.spec.whatwg.org/multipage/structured-data.html": {
"anchors": [
"serializable",
"serializable-objects",
"serialization-steps",
"deserialization-steps",
"sub-serialization",
"sub-deserialization"
]
},
"https://html.spec.whatwg.org/multipage/text-level-semantics.html": {
"anchors": [
"the-a-element"
]
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
"concept-relevant-realm",
"queue-a-global-task",
"concept-relevant-global",
"task-source",
"queue-a-task",
"eventhandler",
"event-handler-content-attributes",
"event-handler-event-type",
"concept-task",
"environment-settings-object",
"current-settings-object",
"concept-settings-object-origin",
"relevant-settings-object"
]
},
"https://html.spec.whatwg.org/multipage/workers.html": {
"anchors": [
"dom-worker-postmessage-options"
]
},
"https://infra.spec.whatwg.org/": {
"anchors": [
"ascii-lowercase",
"byte",
"byte-sequence",
"string",
"code-point",
"string-position-variable",
"collect-a-sequence-of-code-points",
"list",
"list-iterate",
"ordered-map",
"map-getting-the-keys",
"map-getting-the-values",
"map-set",
"map-remove",
"assert",
"map-exists",
"map-value"
]
},
"https://mimesniff.spec.whatwg.org/": {
"anchors": [
"parsable-mime-type",
"parse-a-mime-type",
"parameters"
]
},
"https://streams.spec.whatwg.org/": {
"anchors": [
"readablestream",
"readablestream-set-up-with-byte-reading-support",
"chunk",
"readablestream-error",
"readablestream-enqueue",
"readablestream-get-a-reader",
"readablestreamdefaultreader-read-all-bytes",
"readablestreamdefaultreader-read-a-chunk"
]
},
"https://url.spec.whatwg.org/": {
"anchors": [
"concept-url-scheme",
"concept-url",
"url",
"valid-url-string",
"concept-url-parser",
"empty-host",
"concept-url-path",
"concept-url-serializer",
"concept-url-origin"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"Exposed",
"idl-sequence",
"idl-unsigned-long-long",
"idl-DOMString",
"Clamp",
"idl-long-long",
"NewObject",
"idl-promise",
"idl-USVString",
"idl-ArrayBuffer",
"idl-Uint8Array",
"BufferSource",
"new",
"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://xhr.spec.whatwg.org/": {
"anchors": [
"xmlhttprequest",
"dom-xmlhttprequest-send",
"progressevent"
]
}
}
}
}