@thumbmarkjs/thumbmarkjs-storage
v1.0.0
Published
ThumbmarkStore uses the browser fingerprinting library [ThumbmarkJS](https://github.com/ilkkapeltola/thumbmarkjs) to implement a handy store that behaves in a similar way as `localStore`.
Downloads
6
Readme
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.