HTML5 の localStorage データベースにはサイズ制限があります。標準サイズはドメインごとに 5 または 10 MB です。推奨される制限はソースごとに 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.
以上がHTML 5 ローカル ストレージのサブドメイン サイズ制限の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。