Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.navigator
/
Navigator
/
sendBeacon
send
Beacon
fun
sendBeacon
(
url
:
String
,
data
:
BodyInit
?
=
definedExternally
)
:
Boolean
(
source
)
MDN Reference
fun
sendBeacon
(
url
:
URL
,
data
:
BodyInit
?
=
definedExternally
)
:
Boolean
(
source
)