The goog.db.Cursor.EventType Enum

goog.db.Cursor.EventType

Event types that the cursor can dispatch. COMPLETE events are dispatched when a cursor is depleted of values, a NEW_DATA event if there is new data availible, and ERROR if an error occurred.

@enum
{string}

.COMPLETE

.ERROR

.NEW_DATA