Skip to content

Commit c213841

Browse files
rayankansbeverloo
authored andcommitted
Change PushSubscriptionChangeInit to PushSubscriptionChangeEventInit. (#312)
This naming scheme is more consistent with other specs.
1 parent 63d82a7 commit c213841

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ <h2>
12201220
<dfn>PushSubscriptionChangeEvent</dfn> Interface
12211221
</h2>
12221222
<pre class="idl" data-cite="service-workers">
1223-
[Constructor(DOMString type, optional PushSubscriptionChangeInit eventInitDict = {}), Exposed=ServiceWorker, SecureContext]
1223+
[Constructor(DOMString type, optional PushSubscriptionChangeEventInit eventInitDict = {}), Exposed=ServiceWorker, SecureContext]
12241224
interface PushSubscriptionChangeEvent : ExtendableEvent {
12251225
readonly attribute PushSubscription? newSubscription;
12261226
readonly attribute PushSubscription? oldSubscription;
@@ -1235,12 +1235,12 @@ <h2>
12351235
initialized to.
12361236
</p>
12371237
</section>
1238-
<section data-dfn-for="PushSubscriptionChangeInit">
1238+
<section data-dfn-for="PushSubscriptionChangeEventInit">
12391239
<h2>
1240-
<dfn>PushSubscriptionChangeInit</dfn> Interface
1240+
<dfn>PushSubscriptionChangeEventInit</dfn> Interface
12411241
</h2>
12421242
<pre class="idl" data-cite="service-workers">
1243-
dictionary PushSubscriptionChangeInit : ExtendableEventInit {
1243+
dictionary PushSubscriptionChangeEventInit : ExtendableEventInit {
12441244
PushSubscription newSubscription = null;
12451245
PushSubscription oldSubscription = null;
12461246
};

0 commit comments

Comments
 (0)