Skip to main content
Version: 3.1

externalRequestQueueOperationOptions

Index

Properties

Properties

externaloptionalforefront

forefront?: boolean = false

If set to true:

  • while adding the request to the queue: the request will be added to the foremost position in the queue.
  • while reclaiming the request: the request will be placed to the beginning of the queue, so that it’s returned in the next call to RequestQueue.fetchNextRequest. By default, it’s put to the end of the queue.