HTML5의 localStorage 데이터베이스는 크기가 제한되어 있습니다. 표준 크기는 도메인당 5MB 또는 10MB입니다. 원본당 5MB 제한을 권장합니다.
다음 내용이 명시되어 있습니다. -
User agents should guard against sites storing data under their origin's other affiliated sites, e.g. storing up to the limit in a1.example.com,a2.example.com, a3.example.com, etc, circumventing the mainexample.com storage limit.
크기 제한의 경우 -
A mostly arbitrary limit of five megabytes per origin is suggested. Implementation feedback is welcome and will be used to update this suggestion in the future.