bevacqua / local-storage

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

Adds safety feature to set method. #32

Open efdotjay opened 4 years ago

efdotjay commented 4 years ago

localStorate sets null and undefined values as strings "null" and "undefined". Therefore set method should smartly remove item in this case.