로컬에 도메인 별로 지속되는 storage
remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across browsers and devices
LocalStorage maximum
Setting the value of 'dataURL' exceeded the quota
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
https://stackoverflow.com/questions/23977690/setting-the-value-of-dataurl-exceeded-the-quota
Storage clear() Method
❮ Storage Object The clear() method removes all the Storage Object item for this domain. The clear() method belongs to the Storage Object, which can be either a localStorage object or a sessionStorrage object. Or: No parameters. The same example, but using session storage instead of local storage.
https://www.w3schools.com/jsref/met_storage_clear.asp


Seonglae Cho