|
4 | 4 | "url": "gum-canvas",
|
5 | 5 | "tags": "getUserMedia canvas",
|
6 | 6 | "support": {
|
7 |
| - "live": "opera", |
8 |
| - "nightly": "chrome firefox" |
| 7 | + "live": "opera chrome", |
| 8 | + "nightly": "firefox" |
9 | 9 | },
|
10 | 10 | "test": "navigator.getUserMedia !== undefined"
|
11 | 11 | },
|
|
14 | 14 | "url": "gum",
|
15 | 15 | "tags": "getUserMedia",
|
16 | 16 | "support": {
|
17 |
| - "live": "opera", |
18 |
| - "nightly": "chrome firefox" |
| 17 | + "live": "opera chrome", |
| 18 | + "nightly": "firefox" |
19 | 19 | },
|
20 | 20 | "test": "navigator.getUserMedia !== undefined"
|
21 | 21 | },
|
|
24 | 24 | "url": "dnd-upload",
|
25 | 25 | "tags": "file dnd xhr2",
|
26 | 26 | "support": {
|
27 |
| - "live": "chrome firefox opera", |
| 27 | + "live": "chrome firefox opera safari", |
28 | 28 | "nightly": "ie"
|
29 | 29 | },
|
30 | 30 | "test": "typeof FileReader != 'undefined' && 'draggable' in document.createElement('span') && !!window.FormData && 'upload' in new XMLHttpRequest"
|
|
84 | 84 | "note": "Not part of HTML5",
|
85 | 85 | "tags": "file-api",
|
86 | 86 | "support": {
|
87 |
| - "live": "firefox chrome opera" |
| 87 | + "live": "firefox chrome opera safari" |
88 | 88 | },
|
89 | 89 | "test": "typeof FileReader != 'undefined'"
|
90 | 90 | },
|
|
94 | 94 | "note": "Not directly part of HTML5",
|
95 | 95 | "tags": "file-api dnd",
|
96 | 96 | "support": {
|
97 |
| - "live": "firefox chrome opera" |
| 97 | + "live": "firefox chrome opera safari" |
98 | 98 | },
|
99 | 99 | "test": "typeof FileReader != 'undefined' && Modernizr.draganddrop"
|
100 | 100 | },
|
|
216 | 216 | "tags": "offline events",
|
217 | 217 | "note": "Works on Safari Mobile too",
|
218 | 218 | "support": {
|
219 |
| - "live": "firefox opera chrome" |
| 219 | + "live": "firefox opera chrome safari" |
220 | 220 | }
|
221 | 221 | },
|
222 | 222 | {
|
|
225 | 225 | "tags": "offline",
|
226 | 226 | "note": "Doesn't use events, only polls",
|
227 | 227 | "support": {
|
228 |
| - "live": "firefox opera ie chrome" |
| 228 | + "live": "firefox opera ie chrome safari" |
229 | 229 | }
|
230 | 230 | },
|
231 | 231 | {
|
|
234 | 234 | "notes": "Opera & Firefox - requires \"Work Offline\"",
|
235 | 235 | "tags": "offline events",
|
236 | 236 | "support": {
|
237 |
| - "live": "firefox opera chrome" |
| 237 | + "live": "firefox opera chrome safari" |
238 | 238 | }
|
239 | 239 | },
|
240 | 240 | {
|
|
0 commit comments