An open API service indexing awesome lists of open source software.

https://github.com/thipages/nsls

Non shared localstorage
https://github.com/thipages/nsls

javascript localstorage

Last synced: about 2 months ago
JSON representation

Non shared localstorage

Awesome Lists containing this project

README

        

# nsls
Non shared localstorage

Prevent localstorage application to be shared accross browser tabs

# Usage

```javascript
const isOnlyAvailableForMe = nsls("aKey");
```