bevacqua / local-storage

:left_luggage: A simplified localStorage API that just works
https://ponyfoo.com
MIT License
523 stars 62 forks source link

Get all localstorage properties #16

Open MehGokalp opened 7 years ago

MehGokalp commented 7 years ago

Get all local storage properties function added.

Can call with ls.all() then it returns property based object like {"key":"value"}