MCPcopy
hub / github.com/jeromegn/Backbone.localStorage / localStorage

Method localStorage

src/localstorage.js:49–51  ·  view source on GitHub ↗

Return the global localStorage variable * @returns {Object} Local Storage reference.

()

Source from the content-addressed store, hash-verified

47 * @returns {Object} Local Storage reference.
48 */
49 localStorage() {
50 return getWindow().localStorage
51 }
52
53 /** Save the current status to localStorage
54 * @returns {undefined}

Callers 5

_clearMethod · 0.95
_storageSizeMethod · 0.95
_getItemMethod · 0.95
_setItemMethod · 0.95
_removeItemMethod · 0.95

Calls 1

getWindowFunction · 0.90

Tested by

no test coverage detected