- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 07 Dec 2025 22:26:24 -0800
- To: w3c/push-api <push-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 8 December 2025 06:26:28 UTC
@annevk approved this pull request.
Still looks okay. And the JSON serialization still looks wonky. :-)
> </p>
- <ol>
- <li>Find the internal slot corresponding to the key named by the `name` argument.
- </li>
- <li>If a slot was not found, return `null`.
- </li>
- <li>Initialize a variable |key| with a newly instantiated {{ArrayBuffer}} instance.
+ <ol class="algorithm">
+ <li>Let |key| be a newly instantiated {{ArrayBuffer}} instance.
```suggestion
<li>Let |key| be a new {{ArrayBuffer}} object.
```
> + 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:
```suggestion
The <dfn>getKey</dfn><code>(|name:PushEncryptionKeyName|)</code> method steps are:
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/pull/414#pullrequestreview-3550303787
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/push-api/pull/414/review/3550303787@github.com>
Received on Monday, 8 December 2025 06:26:28 UTC