Class

GraphRequest

(abstract) GraphRequest()

Combine the object store context and the transaction active at the point when an operation was performed to return to the calling application as a handle. As the operation progresses, include the patch which serves as the intermediate result.

Constructor

abstract new GraphRequest()

Properties:
Name Type Description
onerror function | null

Allows the application to set the error handler

onsuccess function | null

Allows the application to set the success handler

View Source graph-database.js, line 984