Add objectfit and localstorage to browser features
This commit is contained in:
parent
22369729f9
commit
511b1f409c
3 changed files with 7 additions and 4 deletions
|
@ -51,7 +51,8 @@ function checkBrowserFeatures(featureList) {
|
|||
}
|
||||
|
||||
var validBrowser = checkBrowserFeatures([
|
||||
"displaytable", "flexbox", "es5object", "es5function"
|
||||
"displaytable", "flexbox", "es5object", "es5function", "localstorage",
|
||||
"objectfit"
|
||||
]);
|
||||
|
||||
// We want to support some name / value pairs in the fragment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue