Slide 2
Slide 2 text
[Constructor]
interface Notification :
EventTarget {
void show ();
void cancel ();
attribute Function onclick;
attribute Function onshow;
attribute Function onerror;
attribute Function onclose;
attribute DOMString replaceId;
attribute DOMString dir;
};