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 9a0ae3a commit b65f73dCopy full SHA for b65f73d
index.html
@@ -282,9 +282,11 @@ <h2>
282
<p>
283
A <a>push subscription</a> is <a>deactivated</a> when its associated <a>service worker
284
registration</a> is unregistered, though a <a>push subscription</a> MAY be
285
- <a>deactivated</a> earlier. A <a>push subscription</a> is removed when the
286
- <a data-cite="service-workers#clear-registration-algorithm">clear registration
287
- algorithm</a> is run for the <a>service worker registration</a>.
+ <a>deactivated</a> earlier.
+ </p>
+ <p class="note">
288
+ A <a>push subscription</a> is removed when <a>service worker registration</a> is
289
+ cleared.
290
</p>
291
</section>
292
0 commit comments