-
Notifications
You must be signed in to change notification settings - Fork 72
/
FileAPI.json
80 lines (80 loc) · 1.93 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
{
"spec": {
"title": "File API",
"url": "https://w3c.github.io/FileAPI/"
},
"events": [
{
"href": "https://w3c.github.io/FileAPI/#dfn-loadstart-event",
"src": {
"format": "summary table",
"href": "https://w3c.github.io/FileAPI/#dfn-loadstart-event"
},
"type": "loadstart",
"targets": [
"FileReader"
],
"interface": "ProgressEvent"
},
{
"href": "https://w3c.github.io/FileAPI/#dfn-progress-event",
"src": {
"format": "summary table",
"href": "https://w3c.github.io/FileAPI/#dfn-progress-event"
},
"type": "progress",
"targets": [
"FileReader"
],
"interface": "ProgressEvent"
},
{
"href": "https://w3c.github.io/FileAPI/#dfn-abort-event",
"src": {
"format": "summary table",
"href": "https://w3c.github.io/FileAPI/#dfn-abort-event"
},
"type": "abort",
"targets": [
"FileReader"
],
"interface": "ProgressEvent"
},
{
"href": "https://w3c.github.io/FileAPI/#dfn-error-event",
"src": {
"format": "summary table",
"href": "https://w3c.github.io/FileAPI/#dfn-error-event"
},
"type": "error",
"targets": [
"FileReader"
],
"interface": "ProgressEvent"
},
{
"href": "https://w3c.github.io/FileAPI/#dfn-load-event",
"src": {
"format": "summary table",
"href": "https://w3c.github.io/FileAPI/#dfn-load-event"
},
"type": "load",
"targets": [
"FileReader"
],
"interface": "ProgressEvent"
},
{
"href": "https://w3c.github.io/FileAPI/#dfn-loadend-event",
"src": {
"format": "summary table",
"href": "https://w3c.github.io/FileAPI/#dfn-loadend-event"
},
"type": "loadend",
"targets": [
"FileReader"
],
"interface": "ProgressEvent"
}
]
}