kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
browser-ext
/
com.varabyte.kobweb.browser.http
/
tryFetch
try
Fetch
suspend
fun
Window
.
tryFetch
(
method
:
HttpMethod
,
resource
:
String
,
headers
:
Map
<
String
,
Any
>
?
=
FetchDefaults.Headers
,
body
:
ByteArray
?
=
null
,
redirect
:
RequestRedirect
?
=
FetchDefaults.Redirect
,
logOnError
:
Boolean
=
false
,
abortController
:
AbortController
?
=
null
)
:
ByteArray
?
(
source
)