mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
require indexeddb & webworkers in modernizr
This commit is contained in:
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
Block a user