We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3434933
Only return null from getItem if the underlying call returns undefined. Originally, any falsy return value was getting converted to undefined. (#1)
null
getItem
undefined
Don't fail when a callback is not provided to setItem, removeItem, or getAllKeys. (#1)
callback
setItem
removeItem
getAllKeys