[scriptable, uuid(fc3c5fdc-9a87-4757-b01f-4ace2670a3a0)]
interface mozIStoragePendingStatement : nsISupports
Methods
Cancels a pending statement, if possible. This will only fail if you try
cancel more than once.
@note For read statements (such as SELECT), you will no longer receive any
notifications about results once cancel is called.
@returns true if canceled successfully, false otherwise.
boolean
cancel()
Compare to: