We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e025115 commit 3e04927Copy full SHA for 3e04927
index.html
@@ -847,9 +847,11 @@ <h2>
847
<ol>
848
<li>Let |json:PushSubscriptionJSON| be a new {{PushSubscriptionJSON}} dictionary.
849
</li>
850
- <li>Set |json|["endpoint"] to [=getting the `endpoint` attribute=] of [=this=].
+ <li>Set |json|["endpoint"] to the result of [=getting the `endpoint` attribute=] of
851
+ [=this=].
852
- <li>Set |json|["expirationTime"] to [=getting the `expirationTime` attribute=] of [=this=].
853
+ <li>Set |json|["expirationTime"] to the result of [=getting the `expirationTime`
854
+ attribute=] of [=this=].
855
856
<li>Let |keys| be a new empty instance of `record<DOMString, USVString>` .
857
0 commit comments