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
Mozilla Developer Network : Article
Microsoft Developer Network: [Windows Internet Explorer API reference Article]