HTML
 Computer >> コンピューター >  >> プログラミング >> HTML

サブドメインのHTML5ローカルストレージサイズ制限


HTML5のlocalStorageデータベースにはサイズ制限があります。標準サイズは、ドメインごとに5または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.

  1. 属性のHTML

    属性のHTMLは、要素をfor属性の値と同じIDを持つ最初のラベル付け可能な要素にバインドします。 構文 以下は構文です- 1. forの戻り値 属性- labelObject.htmlFor 例 forの例を見てみましょう 属性- <!DOCTYPE html> <html> <head> <title>Label htmlFor</title> <style>    form {       width:70%;       ma

  2. HTMLサイズ属性

    HTMLサイズ属性は、選択で表示されるオプション/文字の数を表します および入力 HTML要素。 構文 以下は構文です- <tagname size=”number”></tagname> HTMLサイズ属性の例を見てみましょう- 例 <!DOCTYPE html> <html> <style>    body {       color: #000;       height: 100vh;     &nb