0.8.0-alpha.2 • Published 4 years ago
@storagestack/localstorage-provider v0.8.0-alpha.2
Localstorage provider
This is the implementation for the localstorage provider, so if you want to save files to localstorage you can do that with this package.
Provider
A provider is an abstract definition of a storage mechanism. Every provider can set, get and delete content.
You can register a provider on the application object of storagestack.
ss.registerProvider(new LocalStorageProvider());Or when you want to use a pattern ...
ss.registerProvider(new LocalStorageProvider(), '*-index.json');Take a look in the core library to the provider interface.
0.8.0-alpha.2
4 years ago
0.8.0-alpha.1
5 years ago
0.8.0-alpha.0
5 years ago
0.7.17
5 years ago
0.7.10
5 years ago
0.7.9
5 years ago
0.7.4
5 years ago
0.7.2
5 years ago
0.7.3
5 years ago
0.7.1
5 years ago
0.7.0
5 years ago
0.7.0-alpha.0
6 years ago
0.6.0
6 years ago
0.5.0
6 years ago
0.4.17
6 years ago
0.4.10
7 years ago
0.4.11
7 years ago
0.4.12
7 years ago
0.4.9
7 years ago
0.4.5
7 years ago
0.3.0
7 years ago
0.2.0
7 years ago
0.4.1
7 years ago
0.4.0
7 years ago
0.4.3
7 years ago
0.4.2
7 years ago
0.1.6
7 years ago
0.1.5
8 years ago