Update storage API
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
andremove
function which are suppose to return nothing.