bevacqua / local-storage

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

Clarify ls.set() return value description. #15

Closed IonoclastBrigham closed 5 years ago

IonoclastBrigham commented 7 years ago

Returns false on error, thus it returns whether the set succeeded, not whether an error was thrown, as currently documented.