Skip to content

createMemoryStorage

function

Back to Helios Web API

Kind
function
Source
src/persistence/storage.js:179

Description

Create an in-memory Storage-compatible object.

Signature

export function createMemoryStorage() {

Returns

Minimal Storage implementation for tests and non-browser examples.

Type Storage