libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
GetNotificationOptions
libwasm
bindings
Notification
Undocumented in source.
@
safe
nothrow
struct
GetNotificationOptions {
nothrow
JsHandle
handle
;
this
(Handle h);
static
auto
create
();
void
tag
(string tag);
string
tag
();
}
Constructors
this
this
(Handle h)
Undocumented in source.
Alias This
handle
Members
Functions
tag
void
tag
(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
tag
string
tag
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
create
auto
create
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
handle
JsHandle
handle
;
Undocumented in source.
Meta
Source
See Implementation
libwasm
bindings
Notification
aliases
NotificationPermissionCallback
enums
NotificationDirection
NotificationPermission
functions
Notification_requestPermission
structs
GetNotificationOptions
Notification
NotificationBehavior
NotificationOptions