From 375ec012c79a5c4c5f0a250efd158aaecb11883d Mon Sep 17 00:00:00 2001 From: Kenichi Ishibashi Date: Wed, 3 Dec 2014 17:15:08 +0900 Subject: [PATCH] Make PushEventInit inherit from ExtendableEventInit To resolve #78. --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9362127..7ff42ef 100644 --- a/index.html +++ b/index.html @@ -177,8 +177,8 @@

Service Worker, ServiceWorkerRegistration, - ServiceWorkerGlobalScope, and ExtendableEvent are defined in - [[!SERVICE-WORKERS]]. + ServiceWorkerGlobalScope, ExtendableEvent, and + ExtendableEventInit are defined in [[!SERVICE-WORKERS]].

The algorithms utf-8 @@ -775,7 +775,7 @@

readonly attribute PushMessageData data -
+
PushMessageDataInit data