This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

transaction

Summary

The transaction for the request. This property can be null for certain requests, such as for request returned from IDBFactory.open (You’re just connecting to a database, so there is no transaction to return).

Property of apis/indexeddb/IDBRequestapis/indexeddb/IDBRequest

Syntax

Note: This property is read-only.

var result = element.transaction;

Syntax

Standards information

Attributions