toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
WindowOrWorkerGlobalScope
/
fetch
fetch
abstract
fun
fetch
(
input
:
Request
,
init
:
RequestInit
)
:
Promise
<
Response
>
abstract
fun
fetch
(
input
:
String
,
init
:
RequestInit
)
:
Promise
<
Response
>