webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"Notification.idl";
Public Member Functions | |
void | show () |
void | cancel () |
void | close () |
Public Member Functions inherited from EventTarget | |
void | addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false) |
void | removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false) |
boolean | dispatchEvent (Event event) |
Static Public Member Functions | |
static void | requestPermission (optional NotificationPermissionCallback? callback) |
Public Attributes | |
attribute EventHandler | onclick |
attribute EventHandler | onclose |
attribute EventHandler | ondisplay |
attribute EventHandler | onerror |
attribute EventHandler | onshow |
attribute DOMString | dir |
attribute DOMString | replaceId |
attribute DOMString | tag |
Static Public Attributes | |
static readonly attribute DOMString | permission |
void Notification::cancel | ( | ) |
void Notification::close | ( | ) |
|
static |
void Notification::show | ( | ) |
attribute DOMString Notification::dir |
attribute EventHandler Notification::onclick |
attribute EventHandler Notification::onclose |
attribute EventHandler Notification::ondisplay |
attribute EventHandler Notification::onerror |
attribute EventHandler Notification::onshow |
attribute DOMString Notification::replaceId |
attribute DOMString Notification::tag |