webtau API
Preparing search index...
assets
AssetLoaderOptions
Interface AssetLoaderOptions
interface
AssetLoaderOptions
{
fetchImpl
?:
(
input
:
string
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
;
imageFactory
?:
()
=>
HTMLImageElement
;
}
Index
Properties
fetch
Impl?
image
Factory?
Properties
Optional
fetch
Impl
fetchImpl
?:
(
input
:
string
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
Optional
image
Factory
imageFactory
?:
()
=>
HTMLImageElement
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
Impl
image
Factory
webtau API
Loading...