kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.workers
/
ServiceWorkerRegistration
/
showNotification
show
Notification
JS
fun
showNotification
(
title
:
String
,
options
:
NotificationOptions
=
definedExternally
)
:
Promise
<
Unit
>