Properties
Functions
Link copied to clipboard
suspend fun requestPermission(deprecatedCallback: NotificationPermissionCallback = definedExternally): NotificationPermission
The requestPermission()
static method of the Notification interface requests permission from the user for the current origin to display notifications.
Link copied to clipboard
fun requestPermissionAsync(deprecatedCallback: NotificationPermissionCallback = definedExternally): Promise<NotificationPermission>