Skip to content

dart:dom indexeddb idbdatabase.createObjectStore missing optional parameters #1810

@sethladd

Description

@sethladd

I should be able to create an object store like this:

db.createObjectStore("customers", { keyPath: "ssn" });

But the current interface looks like this:

_IDBObjectStoreJs createObjectStore(String name) native;

Metadata

Metadata

Assignees

No one assigned

    Labels

    web-librariesIssues impacting dart:html, etc., libraries

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions