1.0.0 • Published 1 year ago
@thumbmarkjs/thumbmarkjs-storage v1.0.0
ThumbmarkStorage
ThumbmarkStore uses the browser fingerprinting library ThumbmarkJS to implement a handy store that behaves in a similar way as localStore
.
For now it implements getItem(key)
and putItem(key, value)
functions. Both key and value must be strings.