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

@marcoscaceres commented on this pull request.



> +        dictionary PushSubscriptionKeys
+        {
+          USVString p256dh;
+          USVString auth;
+        };

```suggestion
        dictionary PushSubscriptionKeys {
          USVString p256dh;
          USVString auth;
        };
```

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

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

Received on Wednesday, 26 November 2025 00:45:03 UTC