MCPcopy
hub / github.com/autoNumeric/autoNumeric / _removeValueFromPersistentStorage

Method _removeValueFromPersistentStorage

src/AutoNumeric.js:6290–6294  ·  view source on GitHub ↗

* Remove the raw value data from sessionStorage or the cookie depending on what the browser is supporting. * @private

()

Source from the content-addressed store, hash-verified

6288 * @private
6289 */
6290 _removeValueFromPersistentStorage() {
6291 if (this.settings.saveValueToSessionStorage) {
6292 sessionStorage.removeItem(this.rawValueStorageName);
6293 }
6294 }
6295
6296 /**
6297 * Get the default value from the html `value` attribute.

Callers 2

setMethod · 0.95
removeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected