@companion-surface/base
Preparing search index...
SurfaceFirmwareUpdateCache
Interface SurfaceFirmwareUpdateCache
interface
SurfaceFirmwareUpdateCache
{
fetchJson
(
url
:
string
)
:
Promise
<
any
>
;
}
Index
Methods
fetch
Json
Methods
fetch
Json
fetchJson
(
url
:
string
)
:
Promise
<
any
>
Fetch a json resource from the given URL. Calls will be cached between different surfaces
Parameters
url
:
string
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
fetch
Json
@companion-surface/base
Loading...
Fetch a json resource from the given URL. Calls will be cached between different surfaces