async preload(path, parseJSON = true, progressReport, options)
Preload a media asset from the network.
| Name | Type | Required | Description |
|---|---|---|---|
path |
string | yes | Asset URL or path. |
parseJSON |
boolean | no | Auto-parse JSON responses. |
progressReport |
function | no | Progress callback. |
options |
object | no | Fetch options overrides. |
Promise<any>
No additional runtime notes yet.
No additional details yet.