Skip to content

Commit 0e4aff9

Browse files
committed
updated demos - usually adding safari support
1 parent 52ed340 commit 0e4aff9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

demos.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"url": "gum-canvas",
55
"tags": "getUserMedia canvas",
66
"support": {
7-
"live": "opera",
8-
"nightly": "chrome firefox"
7+
"live": "opera chrome",
8+
"nightly": "firefox"
99
},
1010
"test": "navigator.getUserMedia !== undefined"
1111
},
@@ -14,8 +14,8 @@
1414
"url": "gum",
1515
"tags": "getUserMedia",
1616
"support": {
17-
"live": "opera",
18-
"nightly": "chrome firefox"
17+
"live": "opera chrome",
18+
"nightly": "firefox"
1919
},
2020
"test": "navigator.getUserMedia !== undefined"
2121
},
@@ -24,7 +24,7 @@
2424
"url": "dnd-upload",
2525
"tags": "file dnd xhr2",
2626
"support": {
27-
"live": "chrome firefox opera",
27+
"live": "chrome firefox opera safari",
2828
"nightly": "ie"
2929
},
3030
"test": "typeof FileReader != 'undefined' && 'draggable' in document.createElement('span') && !!window.FormData && 'upload' in new XMLHttpRequest"
@@ -84,7 +84,7 @@
8484
"note": "Not part of HTML5",
8585
"tags": "file-api",
8686
"support": {
87-
"live": "firefox chrome opera"
87+
"live": "firefox chrome opera safari"
8888
},
8989
"test": "typeof FileReader != 'undefined'"
9090
},
@@ -94,7 +94,7 @@
9494
"note": "Not directly part of HTML5",
9595
"tags": "file-api dnd",
9696
"support": {
97-
"live": "firefox chrome opera"
97+
"live": "firefox chrome opera safari"
9898
},
9999
"test": "typeof FileReader != 'undefined' && Modernizr.draganddrop"
100100
},
@@ -216,7 +216,7 @@
216216
"tags": "offline events",
217217
"note": "Works on Safari Mobile too",
218218
"support": {
219-
"live": "firefox opera chrome"
219+
"live": "firefox opera chrome safari"
220220
}
221221
},
222222
{
@@ -225,7 +225,7 @@
225225
"tags": "offline",
226226
"note": "Doesn't use events, only polls",
227227
"support": {
228-
"live": "firefox opera ie chrome"
228+
"live": "firefox opera ie chrome safari"
229229
}
230230
},
231231
{
@@ -234,7 +234,7 @@
234234
"notes": "Opera & Firefox - requires \"Work Offline\"",
235235
"tags": "offline events",
236236
"support": {
237-
"live": "firefox opera chrome"
237+
"live": "firefox opera chrome safari"
238238
}
239239
},
240240
{

0 commit comments

Comments
 (0)