rexie icon indicating copy to clipboard operation
rexie copied to clipboard

Small API expansion & docs

Open OtaK opened this issue 2 years ago • 0 comments

Hi!

  • Added getAllKeys API support (on both transaction and store objects) - closes #24
  • Added Store::key_exists API
  • Breaking: get now returns an Option<T> when the underlying JsValue is either null or undefined.
  • Added a bit of docs here and there referencing the methods on MDN

OtaK avatar Jul 19 '22 09:07 OtaK