зеркало из https://github.com/mozilla/gecko-dev.git
Bug 915726 - [Web Notifications] follow-up, change notification properties from Constant to Pure. r=gwagner
This commit is contained in:
Родитель
dbc95f00f4
Коммит
6710c56b3e
|
@ -27,22 +27,22 @@ interface Notification : EventTarget {
|
|||
|
||||
attribute EventHandler onclose;
|
||||
|
||||
[Constant]
|
||||
[Pure]
|
||||
readonly attribute DOMString title;
|
||||
|
||||
[Constant]
|
||||
[Pure]
|
||||
readonly attribute NotificationDirection dir;
|
||||
|
||||
[Constant]
|
||||
[Pure]
|
||||
readonly attribute DOMString? lang;
|
||||
|
||||
[Constant]
|
||||
[Pure]
|
||||
readonly attribute DOMString? body;
|
||||
|
||||
[Constant]
|
||||
readonly attribute DOMString? tag;
|
||||
|
||||
[Constant]
|
||||
[Pure]
|
||||
readonly attribute DOMString? icon;
|
||||
|
||||
void close();
|
||||
|
|
Загрузка…
Ссылка в новой задаче