General error callback from comet channel.
Event callback on comet channel receives each data push.
It is already filtered by push event types as you defined in event
parameter
and converted to JavaScript types just like the resolved promise in request()
.
For more info please check out
comet channel specification
section in API reference.
Can be new_plurk
, new_response
or any others which supported.
Generated using TypeDoc
Event callback on comet channel responses. This will be called even on comet channel does not returns any new push. This event fires before any other comet channel events. The fields are already converted to JavaScript types just like the resolved promise in
request()
.