Skip to content

Commit a183dec

Browse files
author
Marcos Cáceres
committed
fix another secure context xref
1 parent 1ea7d5b commit a183dec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,9 +559,9 @@ <h2>
559559
</li>
560560
<li>Return <var>promise</var> and continue the following steps asynchronously.
561561
</li>
562-
<li>If the <a>current settings object</a> is not a <a data-cite="secure-contexts">secure
563-
context</a>, reject <var>promise</var> with a {{DOMException}} whose name is
564-
"{{SecurityError}}" and terminate these steps.
562+
<li>If the <a>current settings object</a> is not a <a data-cite=
563+
"secure-contexts#secure-context">secure context</a>, reject <var>promise</var> with a
564+
{{DOMException}} whose name is "{{SecurityError}}" and terminate these steps.
565565
</li>
566566
<li>If the <var>options</var> argument includes a non-null value for the
567567
`<a data-link-for="PushSubscriptionOptions">applicationServerKey</a>` attribute, run the

0 commit comments

Comments
 (0)