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/window/localstorage/index.html | 67 +------------------------ 1 file changed, 1 insertion(+), 66 deletions(-) (limited to 'files/ja/web/api/window/localstorage') diff --git a/files/ja/web/api/window/localstorage/index.html b/files/ja/web/api/window/localstorage/index.html index 5fc78d7ba2..e7d66703c1 100644 --- a/files/ja/web/api/window/localstorage/index.html +++ b/files/ja/web/api/window/localstorage/index.html @@ -71,72 +71,7 @@ translation_of: Web/API/Window/localStorage

ブラウザ実装状況

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
機能ChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
localStorage4{{CompatVersionUnknown}}3.5810.504
sessionStorage5{{CompatVersionUnknown}}2810.504
-
- -
- - - - - - - - - - - - - - - - - - - - - -
機能AndroidEdgeFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
基本サポート2.1{{CompatVersionUnknown}}{{ CompatUnknown }}811iOS 3.2
-
- -

すべてのブラウザは localStorage と {{domxref("sessionStorage")}} に対する容量変更ができるようになっています。詳しくはこちらを参照してください。

- -
-

注: iOS 5.1 からは、Safari Mobile は localStorage データをキャッシュフォルダーに保存し、そこは時々 OS の指示で (よくあるのはスペースが少ない場合) 掃除されがちです。Safari Mobile のプライベートブラウジングモードでも、まったく localStorage が使用できません。

-
+

{{Compat("api.Window.localStorage")}}

関連情報

-- cgit v1.2.3-54-g00ecf