Brr_io.NotificationNotifying users.
See the Notification API.
module Permission : sig ... endPermission enum.
val permission : unit -> Permission.tpermission () is the permission granted by the user.
val request_permission : unit -> Permission.t Fut.or_errorrequest_permission () requests permission to display notifications.
module Direction : sig ... endDirection enum.
module Action : sig ... endActions.
The type for Notification objects.
create title ~opts is a notification with title title and options opts.
val as_target : t -> Brr.Ev.targetas_target n is n as an event target.
val dir : t -> Direction.tdir n is the dir of n.
module Ev : sig ... endNotification events.