rust-indexed-db icon indicating copy to clipboard operation
rust-indexed-db copied to clipboard

`get_all_with_key_and_limit` is not exposed

Open richvdh opened this issue 2 years ago • 0 comments

web_sys defines IdbObjectStore::get_all_with_key_and_limit and IdbIndex::get_all_with_key_and_limit, but as far as I can tell they are not exposed by rust-indexed-db.

richvdh avatar Nov 23 '23 17:11 richvdh