updated demos - usually adding safari support

This commit is contained in:
Remy Sharp 2013-01-08 00:03:55 +00:00
parent 52ed340779
commit 0e4aff9432
1 changed files with 10 additions and 10 deletions

View File

@ -4,8 +4,8 @@
"url": "gum-canvas", "url": "gum-canvas",
"tags": "getUserMedia canvas", "tags": "getUserMedia canvas",
"support": { "support": {
"live": "opera", "live": "opera chrome",
"nightly": "chrome firefox" "nightly": "firefox"
}, },
"test": "navigator.getUserMedia !== undefined" "test": "navigator.getUserMedia !== undefined"
}, },
@ -14,8 +14,8 @@
"url": "gum", "url": "gum",
"tags": "getUserMedia", "tags": "getUserMedia",
"support": { "support": {
"live": "opera", "live": "opera chrome",
"nightly": "chrome firefox" "nightly": "firefox"
}, },
"test": "navigator.getUserMedia !== undefined" "test": "navigator.getUserMedia !== undefined"
}, },
@ -24,7 +24,7 @@
"url": "dnd-upload", "url": "dnd-upload",
"tags": "file dnd xhr2", "tags": "file dnd xhr2",
"support": { "support": {
"live": "chrome firefox opera", "live": "chrome firefox opera safari",
"nightly": "ie" "nightly": "ie"
}, },
"test": "typeof FileReader != 'undefined' && 'draggable' in document.createElement('span') && !!window.FormData && 'upload' in new XMLHttpRequest" "test": "typeof FileReader != 'undefined' && 'draggable' in document.createElement('span') && !!window.FormData && 'upload' in new XMLHttpRequest"
@ -84,7 +84,7 @@
"note": "Not part of HTML5", "note": "Not part of HTML5",
"tags": "file-api", "tags": "file-api",
"support": { "support": {
"live": "firefox chrome opera" "live": "firefox chrome opera safari"
}, },
"test": "typeof FileReader != 'undefined'" "test": "typeof FileReader != 'undefined'"
}, },
@ -94,7 +94,7 @@
"note": "Not directly part of HTML5", "note": "Not directly part of HTML5",
"tags": "file-api dnd", "tags": "file-api dnd",
"support": { "support": {
"live": "firefox chrome opera" "live": "firefox chrome opera safari"
}, },
"test": "typeof FileReader != 'undefined' && Modernizr.draganddrop" "test": "typeof FileReader != 'undefined' && Modernizr.draganddrop"
}, },
@ -216,7 +216,7 @@
"tags": "offline events", "tags": "offline events",
"note": "Works on Safari Mobile too", "note": "Works on Safari Mobile too",
"support": { "support": {
"live": "firefox opera chrome" "live": "firefox opera chrome safari"
} }
}, },
{ {
@ -225,7 +225,7 @@
"tags": "offline", "tags": "offline",
"note": "Doesn't use events, only polls", "note": "Doesn't use events, only polls",
"support": { "support": {
"live": "firefox opera ie chrome" "live": "firefox opera ie chrome safari"
} }
}, },
{ {
@ -234,7 +234,7 @@
"notes": "Opera & Firefox - requires \"Work Offline\"", "notes": "Opera & Firefox - requires \"Work Offline\"",
"tags": "offline events", "tags": "offline events",
"support": { "support": {
"live": "firefox opera chrome" "live": "firefox opera chrome safari"
} }
}, },
{ {