Skip to content

Commit

Permalink
2024/03/06 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Aug 2, 2024
1 parent 2c0926c commit 26f0617
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions files/ja/web/api/idbcursor/request/index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
title: IDBCursor.request
title: "IDBCursor: request プロパティ"
short-title: request
slug: Web/API/IDBCursor/request
l10n:
sourceCommit: d42b609444efb915ab46117f59985d67dda21eb6
sourceCommit: 2c641e08878722bf29fb784d58c61873ce4a133a
---

{{APIRef("IndexedDB")}}
{{APIRef("IndexedDB")}} {{AvailableInWorkers}}

{{domxref("IDBCursor")}} インターフェイスの読み取り専用プロパティ **`request`** は、カーソルを取得するために使用された {{domxref("IDBRequest")}} を返します。

{{AvailableInWorkers}}
**`request`** は {{domxref("IDBCursor")}} インターフェイスの読み取り専用プロパティで、カーソルを取得するために使用された {{domxref("IDBRequest")}} を返します。

##

Expand Down Expand Up @@ -58,4 +57,4 @@ function displayData() {
- キーの範囲の設定: {{domxref("IDBKeyRange")}}
- データの取得と変更: {{domxref("IDBObjectStore")}}
- カーソルの使用: {{domxref("IDBCursor")}}
- リファレンス例: [To-do Notifications](https://github.com/mdn/dom-examples/tree/main/to-do-notifications) ([動く例を見る](https://mdn.github.io/dom-examples/to-do-notifications/))
- 参考例: [To-do Notifications](https://github.com/mdn/dom-examples/tree/main/to-do-notifications) ([動く例を見る](https://mdn.github.io/dom-examples/to-do-notifications/))

0 comments on commit 26f0617

Please sign in to comment.