result property

JSAny? get result

The result read-only property of the IDBRequest interface returns the result of the request. If the request is not completed, the result is not available and an InvalidStateError exception is thrown.

Implementation

external JSAny? get result;