kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
WindowOrWorkerGlobalScope
/
fetch
fetch
JS
abstract
fun
fetch
(
input
:
dynamic
,
init
:
RequestInit
=
definedExternally
)
:
Promise
<
Response
>