destroyedInstance
destroyedInstance
callback handler that prevents sequential calls with the same arguments.
destroyedInstance(instance, data)
Called with the instance created by connection.destroy
and the response data of the
underlying request. Prevents sequential calls to the underlying destroyedInstance
handlers with the same arguments.
Parameters
- instance:
the instance created by
connection.destroy
- data:
the response data returned during
connection.destroy