| Index: Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| diff --git a/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl b/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| index d1a4260199e2d8c51c971a2b11717ee2b811f160..60c04e2632d23f5b5c0af080191a620ab876a5fb 100644
|
| --- a/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| +++ b/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| @@ -9,4 +9,5 @@
|
| RuntimeEnabled=ServiceWorkerNotifications
|
| ] partial interface ServiceWorkerRegistration {
|
| [CallWith=ScriptState, RaisesException] Promise showNotification(DOMString title, optional NotificationOptions options);
|
| + [CallWith=ScriptState, RuntimeEnabled=NotificationExperimental] Promise<sequence<Notification>> getNotifications(optional GetNotificationOptions filter);
|
| };
|
|
|