IDBTransaction: objectStoreNames プロパティ
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021.
IDBTransaction
インターフェイスの読み取り専用プロパティ objectStoreNames
は、IDBObjectStore
オブジェクトの名前の DOMStringList
を返します。
値
IDBObjectStore
オブジェクトの名前の DOMStringList
を返します。
仕様書
Specification |
---|
Indexed Database API 3.0 # ref-for-dom-idbtransaction-objectstorenames① |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
objectStoreNames |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
関連情報
- IndexedDB の使用
- トランザクションの開始:
IDBDatabase
- トランザクションの使用:
IDBTransaction
- キー範囲の設定:
IDBKeyRange
- データの取得と変更:
IDBObjectStore
- カーソルの使用:
IDBCursor
- リファレンス例: To-do Notifications (動く例を見る)