Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/storage/WhatWGStorageProvider.js

  • Provides:

    • dojox.storage.WhatWGStorageProvider
  • Requires:

    • dojox.storage.Provider in common
    • dojox.storage.manager in common
  • dojox.storage.WhatWGStorageProvider

    • type
      Function
    • chains:
      • dojox.storage.Provider: (prototype)
      • dojox.storage.Provider: (call)
    • summary
      Storage provider that uses WHAT Working Group features in Firefox 2
      to achieve permanent storage.
    • description
      The WHAT WG storage API is documented at
      http://www.whatwg.org/specs/web-apps/current-work/#scs-client-side
      
      You can disable this storage provider with the following djConfig
      variable:
      var djConfig = { disableWhatWGStorage: true };
      
      Authors of this storage provider-
      JB Boisseau, jb.boisseau@eutech-ssii.com
      Brad Neuberg, bkn3@columbia.edu
  • dojox.storage.WhatWGStorageProvider.initialized

    • type
      Object
  • dojox.storage.WhatWGStorageProvider._domain

    • type
      Object
  • dojox.storage.WhatWGStorageProvider._available

    • type
      Object
  • dojox.storage.WhatWGStorageProvider._statusHandler

    • type
      Object
  • dojox.storage.WhatWGStorageProvider._allNamespaces

    • type
      Object
  • dojox.storage.WhatWGStorageProvider._storageEventListener

    • type
      Object
  • dojox.storage.WhatWGStorageProvider.initialize

    • type
      Function
  • dojox.storage.WhatWGStorageProvider.isAvailable

    • type
      Function
  • dojox.storage.WhatWGStorageProvider.put

    • parameters:
      • key
      • value
      • resultsHandler
      • namespace
    • type
      Function
  • dojox.storage.WhatWGStorageProvider.DEFAULT_NAMESPACE

    • type
      Object
  • dojox.storage.WhatWGStorageProvider.get

    • parameters:
      • key
      • namespace
    • type
      Function
  • dojox.storage.WhatWGStorageProvider.getNamespaces

    • type
      Function
  • dojox.storage.WhatWGStorageProvider.getKeys

    • parameters:
      • namespace
    • type
      Function
  • dojox.storage.WhatWGStorageProvider.clear

    • parameters:
      • namespace
    • type
      Function
  • dojox.storage.WhatWGStorageProvider.remove

    • parameters:
      • key
      • namespace
    • type
      Function
  • dojox.storage.WhatWGStorageProvider.isPermanent

    • type
      Function
  • dojox.storage.WhatWGStorageProvider.getMaximumSize

    • type
      Function
  • dojox.storage.WhatWGStorageProvider.hasSettingsUI

    • type
      Function
  • dojox.storage.WhatWGStorageProvider.showSettingsUI

    • type
      Function
  • dojox.storage.WhatWGStorageProvider.hideSettingsUI

    • type
      Function
  • dojox.storage.WhatWGStorageProvider.getFullKey

    • parameters:
      • key
      • namespace
    • type
      Function
  • dojox.storage

    • type
      Object
  • dojox

    • type
      Object