Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2383)

Unified Diff: Source/modules/notifications/NotificationEvent.idl

Issue 1262893005: Add NotificationEvent.action property in SW events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@actions3_fix
Patch Set: Address review comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/notifications/NotificationEvent.idl
diff --git a/Source/modules/notifications/NotificationEvent.idl b/Source/modules/notifications/NotificationEvent.idl
index 89bc93f185a7b4ceacf3f594360597da1ef8e5c8..b43f9ebe03d502ce064920112fc73996b13acf78 100644
--- a/Source/modules/notifications/NotificationEvent.idl
+++ b/Source/modules/notifications/NotificationEvent.idl
@@ -11,4 +11,5 @@
TypeChecking=Interface,
] interface NotificationEvent : ExtendableEvent {
readonly attribute Notification notification;
+ [RuntimeEnabled=NotificationExperimental] readonly attribute DOMString action;
};
« no previous file with comments | « Source/modules/notifications/NotificationEvent.cpp ('k') | Source/modules/notifications/NotificationEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698