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.

source

Summary

The source of the request, such as an Index or a ObjectStore. If no source exists (such as when calling indexedDB.open()), it returns null.

Property of apis/indexeddb/IDBRequestapis/indexeddb/IDBRequest

Syntax

Note: This property is read-only.

var result = element.source;

Return Value

Returns an object of type ObjectObject

Syntax

Standards information

Attributions