Returns a Promise that resolves with the actual HttpResponse in case of a 2xx Success
HTTP status code. For all other HTTP status codes, the Promise should reject
with the HttpResponse.
Provides the data transfer progress to the player (if available).
This interface can be returned by sendHttpRequest if a custom network request implementation should be provided. The default implementation of the player uses
XMLHttpRequest
.