source property
JSObject?
get
source
The source
read-only property of the
IDBRequest interface returns the source of the request, such as an
Index or an object store. If no source exists (such as when calling
IDBFactory.open), it returns null.
Implementation
external JSObject? get source;