Skip to content

Commit

Permalink
2023/04/07 時点の英語版に基づき新規翻訳
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Aug 28, 2024
1 parent 0bf75b7 commit d00a1d9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions files/ja/web/api/navigator/storage/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Navigator: storage プロパティ"
short-title: storage
slug: Web/API/Navigator/storage
l10n:
sourceCommit: ef75c1741b450c2331204be5563ee964ad5f4c48
---

{{securecontext_header}}{{APIRef("Storage")}}

**`Navigator.storage`** は読み取り専用プロパティで、現在のサイトまたはアプリケーションでブラウザーのストレージ機能全体にアクセスするために使用される単一の {{domxref("StorageManager")}} オブジェクトを返します。
返されたオブジェクトを使用すると、データストアの維持を調査および構成したり、ブラウザーがローカルストレージの利用に利用できるスペースのおおよその容量を確認したりすることができます。

##

{{domxref("StorageManager")}} オブジェクトは、格納されたデータの永続性を維持するために使用することができます。また、データが格納されるための大まかな容量を確認することもできます。

## 仕様書

{{Specifications}}

## ブラウザーの互換性

{{Compat}}

## 関連情報

- {{domxref("StorageManager")}}
- {{domxref("Navigator")}}

0 comments on commit d00a1d9

Please sign in to comment.