Re: [w3c/push-api] Define and use the p256dh/auth internal slots (PR #414)

@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