W3Booster SDK 4.6.0
First app
Guides
Examples
Models
Preparing search index...
game-data
GameDataLoadOptions
Interface GameDataLoadOptions
interface
GameDataLoadOptions
{
baseUrl
?:
string
;
fetch
?:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
;
signal
?:
AbortSignal
;
}
Index
Properties
base
Url?
fetch?
signal?
Properties
Optional
Readonly
base
Url
baseUrl
?:
string
Optional
Readonly
fetch
fetch
?:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
Type Declaration
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
RequestInfo
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
Readonly
signal
signal
?:
AbortSignal
Settings
Theme
OS
Light
Dark
On This Page
Properties
base
Url
fetch
signal
First app
Guides
Examples
Models
W3Booster SDK 4.6.0
Loading...
MDN Reference