You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preload urls can be a string or a path. If it is a string, it is used as it is.
But it could be an asset mapped resource.
If the resource exists, it's public url should be returned.
Example
preload_urls:
- audios/foo.mp3
The text was updated successfully, but these errors were encountered:
Description
Preload urls can be a string or a path. If it is a string, it is used as it is.
But it could be an asset mapped resource.
If the resource exists, it's public url should be returned.
Example
preload_urls:
- audios/foo.mp3
The text was updated successfully, but these errors were encountered: