Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web/API/Navigator/storage を新規翻訳 #23239

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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")}}