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

Defined in: storage/storage.ts:78

Configure options for the sessionStorage singleton. Must be called before getSessionStorage() is first invoked.

Parameters

options

ReactiveStorageOptions

Returns

void

Released under the MIT License.