From 8e33c52f809796c68a683ad343f37ee4e7ce4616 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Tue, 30 Mar 2021 18:22:36 +0900 Subject: Migrate CompatibilityTable to Compat macro (lang-ja) (#356) * Migrate to Compat macro (ja/mozilla/add-ons/webextensions) * Migrate to Compat macro (ja/web/api) --- files/ja/web/api/storage/length/index.html | 62 +----------------------------- 1 file changed, 1 insertion(+), 61 deletions(-) (limited to 'files/ja/web/api/storage/length/index.html') diff --git a/files/ja/web/api/storage/length/index.html b/files/ja/web/api/storage/length/index.html index 5263fdcc39..51f730e98e 100644 --- a/files/ja/web/api/storage/length/index.html +++ b/files/ja/web/api/storage/length/index.html @@ -57,67 +57,7 @@ translation_of: Web/API/Storage/length

ブラウザ実装状況

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
機能ChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
localStorage43.5810.504
sessionStorage52810.504
-
- -
- - - - - - - - - - - - - - - - - - - -
機能AndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
基本サポート2.1{{CompatUnknown}}811iOS 3.2
-
- -

すべてのブラウザで、localStorage および sessionStorage が受け入れる容量は異なります。さまざまなブラウザのストレージ容量を報告しているページがあります。

- -
-

注記: iOS 5.1 より Safari Mobile は localStorage データを cache フォルダに保存しており、概して空き容量が少ない場合に OS の要求により、時々クリーンアップを受けます。

-
+

{{Compat("api.Storage.length")}}

関連情報

-- cgit v1.2.3-54-g00ecf