search

goog.db.Cursor.EventType

Provided By
Typestring

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 available, and ERROR if an error occurred.

Values

COMPLETE
ERROR
NEW_DATA