Skip to content

IndexedDBStorageEngine #41

@Sv443

Description

@Sv443

Create another predefined DataStoreEngine subclass around the IndexedDB API, to allow truly massive amounts of data to be stored using DataStores. This would even allow storing non-JSON-serializable data.
Since IndexedDB is already a key-value DB, this engine would require no modification of the DataStoreEngine API, besides investigating, whether implicitly defaulting to JSON.stringify() if structuredClone() is unavailable is a good idea.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions