Storage abstraction layer for handling both localStorage and httpOnly cookie storage
- Source:
Classes
Methods
(static) createStorageAdapter(options) → {StorageAdapter}
- Source:
Factory function to create appropriate storage adapter
Parameters:
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | Configuration options
Properties
|
Returns:
Storage adapter instance
- Type
- StorageAdapter