StorageSupportUtility Class
Methods
has
(
Boolean
public
-
type
Determines whether or not the current environment has support for a given type of storage. ex. localStorage, sessionStorage
Parameters:
-
type
StringThe storage type to be checked for support in the current environment.
Returns:
Boolean:
Whether or not the given storage type is supported.
Properties
global
private
The environment global object (ex. window)