API Docs for: 0.4.0.9e0c4433
Show:

StorageSupportUtility Class

Extends Ember.Namespace
Module: utilities
Parent Module: ember-cli-storagekit

Item Index

Methods

Properties

Methods

has

(
  • type
)
Boolean public

Determines whether or not the current environment has support for a given type of storage. ex. localStorage, sessionStorage

Parameters:

  • type String

    The 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)