Update storage API
Check out the great work done by @AllenFang in #46
Major updates to browser.strorage:
- Return correct value for
getfunction which adapts depending on the parameters of Integer, Array, or Object which can be passed. - Return correct value for
getBytesInUsefunction which are suppose to return integer. - Return correct value for
setandremovefunction which are suppose to return nothing.