Skip to content

Implement Indexed DB wrapper API #496

@romandev

Description

@romandev

The API set should include the following things at least:

[
  Constructor(string dbName)
]
interface IndexedDB {
  Promise<void> set(string key, object value);
  Promise<object> get(string key);
  Promise<object> remove(string key);
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions