Skip to content
ts
import { configureSessionStorage } from '@trail-run/core/reactive/storage';

Function: configureSessionStorage()

ts
function configureSessionStorage(options): void;

Defined in: src/reactive/storage.ts:70

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

Parameters

options

ReactiveStorageOptions

Returns

void

Released under the MIT License.