where we store data until we're ready to send it off.
See the dojox/analytics/_base reference documentation for more information.
add data to the queue. Will be pusshed to the server on the next data push
Parameter | Type | Description |
---|---|---|
dataType | undefined | |
data | undefined |
pushes data to the server if any exists. If a push is done, return the deferred after hooking up completion callbacks. If there is no data to be pushed, return false;
Schedule the data pushing routines to happen in interval ms
Parameter | Type | Description |
---|---|---|
interval | Int |
If our data push was successfully, remove the _inTransit data and schedule the next parser run.
Parameter | Type | Description |
---|---|---|
results | undefined |