Creates an instance of RequestController
.
Optional [[AbortController]] used internally, since [[AbortController]]s should not be subclassed.
Optional [[AbortController]] used internally, since [[AbortController]]s should not be subclassed.
Invoking this method will set this object's AbortSignal's aborted flag and signal to any observers that the associated activity is to be aborted.
Generated using TypeDoc
Allows to cancel and prioritize requests inside the requestQueue.
Useful to optimize the order of decoding tiles during animations and camera movements.
RequestController
is not extending [[AbortController]], because this is not supported in ES5.