Static
allAll the created XHRs as a flat array.
Static
loaderMiddleware for Live2DLoader.
Static
xhrAll the created XHRs, keyed by their owners respectively.
Static
cancelXHRsCancels all XHRs related to this target.
Static
createXHRCreates a managed XHR.
If provided, the XHR will be canceled when receiving an "destroy" event from the target.
The URL.
The XHR response type.
Load listener.
Error handler.
Static
releaseGenerated using TypeDoc
The basic XHR loader.
A network error will be thrown with the following properties:
url
- The request URL.status
- The HTTP status.aborted
- True if the error is caused by aborting the XHR.