- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 25 Nov 2025 16:44:59 -0800
- To: w3c/push-api <push-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 November 2025 00:45:03 UTC
@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