QueueOperationInfo
A helper class that is used to report results from various RequestQueue
functions as well as
utils.enqueueLinks()
.
Properties
wasAlreadyPresent
Type: boolean
Indicates if request was already present in the queue.
wasAlreadyHandled
Type: boolean
Indicates if request was already marked as handled.
requestId
Type: string
The ID of the added request
request
Type: Request
The original Request
object passed to the RequestQueue
function.