Skip to content

Instantly share code, notes, and snippets.

@JonWatkins
JonWatkins / mob.upload.test.js
Last active December 19, 2015 04:49
Mobile file upload support detection
(function(a){
"use strict";
/**
* Mobile file upload support detection
* @constructor
*/
function FileSupport() {
// Support usage of the class without using the new keyword