fp-ts-local-storage icon indicating copy to clipboard operation
fp-ts-local-storage copied to clipboard

fp-ts bindings for LocalStorage

Results 2 fp-ts-local-storage issues
Sort by recently updated
recently updated
newest added

While this package is called `fp-ts-local-storage`, it seems perhaps low-hanging fruit to support `sessionStorage` as well since it [shares the same API](https://developer.mozilla.org/en-US/docs/Web/API/Storage). Should you decide to support `sessionStorage`, an adaption...

Per [here](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API), local storage can throw for many reasons, for example - something a project of mine has been bitten by before - the user having disabled it in their...