new BrowserSupportTest()
Check Browser support for HTML5 and CSS.
Methods
-
<static> inputAttribute(props) → {Object}
-
Check Browser support for a specific Html5 input attribute.
Parameters:
Name Type Description props
Array.<Object> The Properties to check.
Returns:
{property:boolean}
- Type
- Object
-
<static> inputType(types) → {Object}
-
Check Browser support for a specific Html5 input type.
Parameters:
Name Type Description types
Array.<Object> The Types to check.
Returns:
{type:boolean}
- Type
- Object