idbRequest top-level property
dynamic
get
idbRequest
The request object does not initially contain any information about the result of the operation, but once information becomes available, an event is fired on the request, and the information becomes available through the properties of the IDBRequest instance.
Implementation
_i2.dynamic get idbRequest => _i4.getProperty(
_self,
'IDBRequest',
);