mozIStorageCompletionCallback

Methods

complete(status, value)

Indicates that the event this callback was passed in for has completed.

@see The calling method for expected values.

Parameters

status The status of the call. Generally NS_OK if the operation completed successfully.
value If the operation produces a result, the result. Otherwise, |null|.