Built-in Codec
implementations.
Includes:
Codec
s for basic types(string
, number
, bigint
, boolean
, arrays & tuples)Codec
s that interoperate with 3rd-party schema validators.Creates a AsyncTypedStorage
, typed wrapper for asynchronous storage.
an object consists of "key to Codec
for its value" pairs, specifies value's type for each key.
options for AsyncTypedStorage
.
Creates a TypedStorage
, typed storage wrapper.
an object consists of "key to Codec
for its value" pairs, specifies value's type for each key.
options for TypedStorage
.
Generated using TypeDoc
Built-in
BaseStorage
orAsyncBaseStorage
implementations.Includes:
webLocal
:localStorage
in Web APIwebSession
:sessionStorage
in Web API