Optional
cancelOptional Cancel function to cancel an outstanding request. Used in i.e. the Asset system when a part being loaded is no longer required when the part is not visible or replaced by more detail. typical usage: XMLHttpRequest.abort()
The same number passed to the fetch function.
Fetch function. Called to receive data
URL to load
Nonzero offset implies a ranged request.
Non-negative size implies a ranged request.
Cogs Callback that consumes the fetch response.
A unique number that is used if the fetch is canceled.
This Interface provides a hook for the client application to intercept requests for resources if they have to be fetched in a way different than a simple HTTP get request.