IDBTransaction: objectStoreNames プロパティ
Baseline
広く利用可能
この機能は広く実装されており、多くのバージョンの端末やブラウザーで動作します。2020年1月以降、すべてのブラウザーで利用可能です。
IDBTransaction インターフェイスの読み取り専用プロパティ objectStoreNames は、IDBObjectStore オブジェクトの名前の DOMStringList を返します。
値
IDBObjectStore オブジェクトの名前の DOMStringList を返します。
仕様書
| 仕様書 |
|---|
| Indexed Database API 3.0> # ref-for-dom-idbtransaction-objectstorenames①> |
ブラウザーの互換性
関連情報
- IndexedDB の使用
- トランザクションの開始:
IDBDatabase - トランザクションの使用:
IDBTransaction - キー範囲の設定:
IDBKeyRange - データの取得と変更:
IDBObjectStore - カーソルの使用:
IDBCursor - リファレンス例: To-do Notifications (動く例を見る)