- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 25 Nov 2025 16:49:42 -0800
- To: w3c/push-api <push-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 November 2025 00:49:46 UTC
@marcoscaceres commented on this pull request.
> @@ -1472,37 +1472,32 @@ <h2>
subscription</a>.
</p>
<p>
- The <dfn>getKey()</dfn> method retrieves keying material that can be used for encrypting
- and authenticating messages. When {{PushSubscription/getKey()}} is invoked the following
- process is followed:
+ The <dfn>getKey</dfn><code>(|name:PushEncryptionKeyName|)</code> method retrieves keying
+ material that can be used for encrypting and authenticating messages. The method steps are:
</p>
<ol>
```suggestion
<ol class="algorithm">
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/pull/414#pullrequestreview-3507647465
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/push-api/pull/414/review/3507647465@github.com>
Received on Wednesday, 26 November 2025 00:49:46 UTC