kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
WindowOrWorkerGlobalScope
/
fetch
fetch
abstract
fun
fetch
(
input
:
Request
,
init
:
RequestInit
)
:
Promise
<
Response
>
(
source
)
abstract
fun
fetch
(
input
:
String
,
init
:
RequestInit
)
:
Promise
<
Response
>
(
source
)