new epiviz.data.RequestStack()
data/request-stack.js, line 12
Methods
-
clear()
data/request-stack.js, line 89Clears the entire request stack
. -
Clears the entire request stack
-
pushRequest(request, callback)
data/request-stack.js, line 39 -
Name Type Description request
epiviz.data.Request callback
function -
serveData(response)
data/request-stack.js, line 51Correlates the response to a particular request; the callback corresponding to that request will be called when all requests that were made before this one have been served.
-
Correlates the response to a particular request; the callback corresponding to that request will be called when all requests that were made before this one have been served.
Name Type Description response
epiviz.data.Response.<*>