api documentation for node-localstorage (v1.3.0)

A drop-in substitute for the browser native localStorage API that runs on node.js.

table of contents

  1. module node-localstorage
    1. function node-localstorage.JSONStorage ()
    2. function node-localstorage.LocalStorage (_location, quota)
    3. function node-localstorage.QUOTA_EXCEEDED_ERR (message)
    4. object node-localstorage.JSONStorage.prototype
    5. object node-localstorage.LocalStorage.prototype
    6. object node-localstorage.QUOTA_EXCEEDED_ERR.prototype
  2. module node-localstorage.JSONStorage
    1. boolean node-localstorage.JSONStorage.usingDomains
    2. function node-localstorage.JSONStorage ()
    3. function node-localstorage.JSONStorage.EventEmitter ()
    4. function node-localstorage.JSONStorage.init ()
    5. function node-localstorage.JSONStorage.listenerCount (emitter, type)
    6. number node-localstorage.JSONStorage.defaultMaxListeners
    7. object node-localstorage.JSONStorage.__super__
  3. module node-localstorage.JSONStorage.prototype
    1. function node-localstorage.JSONStorage.prototype.constructor ()
    2. function node-localstorage.JSONStorage.prototype.getItem (key)
    3. function node-localstorage.JSONStorage.prototype.setItem (key, value)
  4. module node-localstorage.LocalStorage
    1. boolean node-localstorage.LocalStorage.usingDomains
    2. function node-localstorage.LocalStorage (_location, quota)
    3. function node-localstorage.LocalStorage.EventEmitter ()
    4. function node-localstorage.LocalStorage.init ()
    5. function node-localstorage.LocalStorage.listenerCount (emitter, type)
    6. number node-localstorage.LocalStorage.defaultMaxListeners
    7. object node-localstorage.LocalStorage.__super__
  5. module node-localstorage.LocalStorage.prototype
    1. function node-localstorage.LocalStorage.prototype._deleteLocation ()
    2. function node-localstorage.LocalStorage.prototype._getBytesInUse ()
    3. function node-localstorage.LocalStorage.prototype._getStat (key)
    4. function node-localstorage.LocalStorage.prototype._init ()
    5. function node-localstorage.LocalStorage.prototype.clear ()
    6. function node-localstorage.LocalStorage.prototype.constructor (_location, quota)
    7. function node-localstorage.LocalStorage.prototype.getItem (key)
    8. function node-localstorage.LocalStorage.prototype.key (n)
    9. function node-localstorage.LocalStorage.prototype.removeItem (key)
    10. function node-localstorage.LocalStorage.prototype.setItem (key, value)
  6. module node-localstorage.QUOTA_EXCEEDED_ERR
    1. function node-localstorage.QUOTA_EXCEEDED_ERR (message)
    2. function node-localstorage.QUOTA_EXCEEDED_ERR.captureStackTrace ()
    3. number node-localstorage.QUOTA_EXCEEDED_ERR.stackTraceLimit
    4. object node-localstorage.QUOTA_EXCEEDED_ERR.__super__
  7. module node-localstorage.QUOTA_EXCEEDED_ERR.prototype
    1. function node-localstorage.QUOTA_EXCEEDED_ERR.prototype.constructor (message)
    2. function node-localstorage.QUOTA_EXCEEDED_ERR.prototype.toString ()

module node-localstorage

function node-localstorage.JSONStorage ()

function node-localstorage.LocalStorage (_location, quota)

function node-localstorage.QUOTA_EXCEEDED_ERR (message)

module node-localstorage.JSONStorage

function node-localstorage.JSONStorage ()

function node-localstorage.JSONStorage.EventEmitter ()

function node-localstorage.JSONStorage.init ()

function node-localstorage.JSONStorage.listenerCount (emitter, type)

module node-localstorage.JSONStorage.prototype

function node-localstorage.JSONStorage.prototype.constructor ()

function node-localstorage.JSONStorage.prototype.getItem (key)

function node-localstorage.JSONStorage.prototype.setItem (key, value)

module node-localstorage.LocalStorage

function node-localstorage.LocalStorage (_location, quota)

function node-localstorage.LocalStorage.EventEmitter ()

function node-localstorage.LocalStorage.init ()

function node-localstorage.LocalStorage.listenerCount (emitter, type)

module node-localstorage.LocalStorage.prototype

function node-localstorage.LocalStorage.prototype._deleteLocation ()

function node-localstorage.LocalStorage.prototype._getBytesInUse ()

function node-localstorage.LocalStorage.prototype._getStat (key)

function node-localstorage.LocalStorage.prototype._init ()

function node-localstorage.LocalStorage.prototype.clear ()

function node-localstorage.LocalStorage.prototype.constructor (_location, quota)

function node-localstorage.LocalStorage.prototype.getItem (key)

function node-localstorage.LocalStorage.prototype.key (n)

function node-localstorage.LocalStorage.prototype.removeItem (key)

function node-localstorage.LocalStorage.prototype.setItem (key, value)

module node-localstorage.QUOTA_EXCEEDED_ERR

function node-localstorage.QUOTA_EXCEEDED_ERR (message)

function node-localstorage.QUOTA_EXCEEDED_ERR.captureStackTrace ()

module node-localstorage.QUOTA_EXCEEDED_ERR.prototype

function node-localstorage.QUOTA_EXCEEDED_ERR.prototype.constructor (message)

function node-localstorage.QUOTA_EXCEEDED_ERR.prototype.toString ()

[ this document was created with utility2 ]