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

@marcoscaceres commented on this pull request.



>          </li>
-        <li>Otherwise, if the internal slot contains a symmetric key, set the contents of |key| to
-        a copy of the value from the internal slot. For example, the `auth` parameter contains an
-        octet sequence used by the <a>user agent</a> to authenticate messages sent by an
-        <a>application server</a>.
+        <li>Otherwise:
+          <ol>
+            <li>[=/Assert=]: |name| is {{PushEncryptionKeyName/"auth"}}</li>

I think you can just do: 

```suggestion
            <li>Assert: |name| is {{PushEncryptionKeyName/"auth"}}</li>
```

And if that should link to WebIDL's assert, we should probably fix that in ReSpec (can't remember if it links already or not). 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/pull/414#pullrequestreview-3507645342
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/push-api/pull/414/review/3507645342@github.com>

Received on Wednesday, 26 November 2025 00:49:17 UTC