Request
Stores information for making a request. In general this does not need to be constructed directly.
See also
Types
Link copied to clipboard
interface ConstructorOptions
Properties
Link copied to clipboard
The function that is called when the request is cancelled.
Link copied to clipboard
The function that is called to update the request's priority, which occurs once per frame.
Link copied to clipboard
The function that makes the actual data request.
Link copied to clipboard
The current state of the request.
Link copied to clipboard
Whether to throttle the request by server. Browsers typically support about 6-8 parallel connections for HTTP/1 servers, and an unlimited amount of connections for HTTP/2 servers. Setting this value to true
is preferable for requests going through HTTP/1 servers.
Link copied to clipboard
Type of request.