HTML5 Web Storage 정보
당신의 작업은 샌드 박스 로컬 저장소에 키를 찾을 수 있습니다.
With web storage, web applications can store data locally within the user's browser.
Before HTML5, application data had to be stored in cookies, included in every server request. Web storage is more secure, and large amounts of data can be stored locally, without affecting website performance.
Unlike cookies, the storage limit is far larger (at least 5MB) and the information is never transferred to the server.
Web storage is per origin (per domain and protocol). All pages, from one origin, can store and access the same data.
추가 앱 정보
최신 버전 1.0.0의 새로운 기능
Last updated on Nov 30, 2018
이 버전에는 사소한 버그 수정과 전반적인 개선 사항이 포함되어 있습니다. 최상의 환경을 위해 최신 버전으로 업데이트하세요.







