Skip to content

Update storage API

Compare
Choose a tag to compare
@clarkbw clarkbw released this 18 Dec 19:56
· 140 commits to main since this release

Check out the great work done by @AllenFang in #46

Major updates to browser.strorage:

  • Return correct value for get function which adapts depending on the parameters of Integer, Array, or Object which can be passed.
  • Return correct value for getBytesInUse function which are suppose to return integer.
  • Return correct value for set and remove function which are suppose to return nothing.