proxy-storage icon indicating copy to clipboard operation
proxy-storage copied to clipboard

Provides an adapter for storage mechanisms (cookies, localStorage, sessionStorage, memoryStorage) and implements the Web Storage interface

Results 1 proxy-storage issues
Sort by recently updated
recently updated
newest added

It is necessary that when creating a new instance of `cookieStorage`, the method `getAll()` be called upon the instance, to get all elementes updated.

enhancement