Updated demo support in Opera 12.12

This commit is contained in:
flangefrog 2012-12-25 05:58:33 +13:00
parent cc93513e9a
commit d4ed47f7ac
1 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
"url": "dnd-upload",
"tags": "file dnd xhr2",
"support": {
"live": "chrome firefox",
"live": "chrome firefox opera",
"nightly": "ie"
},
"test": "typeof FileReader != 'undefined' && 'draggable' in document.createElement('span') && !!window.FormData && 'upload' in new XMLHttpRequest"
@ -94,7 +94,7 @@
"note": "Not directly part of HTML5",
"tags": "file-api dnd",
"support": {
"live": "firefox chrome"
"live": "firefox chrome opera"
},
"test": "typeof FileReader != 'undefined' && Modernizr.draganddrop"
},
@ -103,8 +103,8 @@
"url": "web-socket",
"tags": "websocket",
"support": {
"live": "safari chrome",
"nightly": "firefox opera"
"live": "safari chrome opera",
"nightly": "firefox"
},
"test": "Modernizr.websockets"
},