require indexeddb & webworkers in modernizr
parent
25a727b8d8
commit
8e2e6cee35
|
@ -103,7 +103,7 @@ function checkBrowserFeatures(featureList) {
|
|||
|
||||
var validBrowser = checkBrowserFeatures([
|
||||
"displaytable", "flexbox", "es5object", "es5function", "localstorage",
|
||||
"objectfit"
|
||||
"objectfit", "indexeddb", "webworkers",
|
||||
]);
|
||||
|
||||
// Parse the given window.location and return parameters that can be used when calling
|
||||
|
|
Loading…
Reference in New Issue