Skip to content
module@warp-drive/experiments/storage
ts
function configureLocalStorage(options): void;

Defined in: storage/storage.ts:70

Configure options for the localStorage singleton. Must be called before getLocalStorage() is first invoked.

Parameters

options

ReactiveStorageOptions

Returns

void

Released under the MIT License.