require indexeddb & webworkers in modernizr
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ function checkBrowserFeatures(featureList) {
|
|||||||
|
|
||||||
var validBrowser = checkBrowserFeatures([
|
var validBrowser = checkBrowserFeatures([
|
||||||
"displaytable", "flexbox", "es5object", "es5function", "localstorage",
|
"displaytable", "flexbox", "es5object", "es5function", "localstorage",
|
||||||
"objectfit"
|
"objectfit", "indexeddb", "webworkers",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// Parse the given window.location and return parameters that can be used when calling
|
// Parse the given window.location and return parameters that can be used when calling
|
||||||
|
|||||||
Reference in New Issue
Block a user