Skip to content

Commit

Permalink
updated demos - usually adding safari support
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jan 8, 2013
1 parent 52ed340 commit 0e4aff9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions demos.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"url": "gum-canvas",
"tags": "getUserMedia canvas",
"support": {
"live": "opera",
"nightly": "chrome firefox"
"live": "opera chrome",
"nightly": "firefox"
},
"test": "navigator.getUserMedia !== undefined"
},
Expand All @@ -14,8 +14,8 @@
"url": "gum",
"tags": "getUserMedia",
"support": {
"live": "opera",
"nightly": "chrome firefox"
"live": "opera chrome",
"nightly": "firefox"
},
"test": "navigator.getUserMedia !== undefined"
},
Expand All @@ -24,7 +24,7 @@
"url": "dnd-upload",
"tags": "file dnd xhr2",
"support": {
"live": "chrome firefox opera",
"live": "chrome firefox opera safari",
"nightly": "ie"
},
"test": "typeof FileReader != 'undefined' && 'draggable' in document.createElement('span') && !!window.FormData && 'upload' in new XMLHttpRequest"
Expand Down Expand Up @@ -84,7 +84,7 @@
"note": "Not part of HTML5",
"tags": "file-api",
"support": {
"live": "firefox chrome opera"
"live": "firefox chrome opera safari"
},
"test": "typeof FileReader != 'undefined'"
},
Expand All @@ -94,7 +94,7 @@
"note": "Not directly part of HTML5",
"tags": "file-api dnd",
"support": {
"live": "firefox chrome opera"
"live": "firefox chrome opera safari"
},
"test": "typeof FileReader != 'undefined' && Modernizr.draganddrop"
},
Expand Down Expand Up @@ -216,7 +216,7 @@
"tags": "offline events",
"note": "Works on Safari Mobile too",
"support": {
"live": "firefox opera chrome"
"live": "firefox opera chrome safari"
}
},
{
Expand All @@ -225,7 +225,7 @@
"tags": "offline",
"note": "Doesn't use events, only polls",
"support": {
"live": "firefox opera ie chrome"
"live": "firefox opera ie chrome safari"
}
},
{
Expand All @@ -234,7 +234,7 @@
"notes": "Opera & Firefox - requires \"Work Offline\"",
"tags": "offline events",
"support": {
"live": "firefox opera chrome"
"live": "firefox opera chrome safari"
}
},
{
Expand Down

0 comments on commit 0e4aff9

Please sign in to comment.