Loom Engine - v0.10.1
GitHub
TheWorldTable.ai
Preparing search index...
LoaderOptions
Interface LoaderOptions
interface
LoaderOptions
{
fetchImpl
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
decodeImage
?:
(
bytes
:
ArrayBuffer
,
url
:
string
,
)
=>
Promise
<
HTMLImageElement
>
;
}
Index
Properties
fetch
Impl?
decode
Image?
Properties
Optional
fetch
Impl
fetchImpl
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type Declaration
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
decode
Image
decodeImage
?:
(
bytes
:
ArrayBuffer
,
url
:
string
)
=>
Promise
<
HTMLImageElement
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
Impl
decode
Image
GitHub
TheWorldTable.ai
Loom Engine - v0.10.1
Loading...
MDN Reference