- From: Martin Thomson <notifications@github.com>
- Date: Mon, 27 Jul 2015 01:15:57 -0700
- To: w3c/push-api <push-api@noreply.github.com>
Received on Monday, 27 July 2015 08:16:29 UTC
In review at Mozilla, Olli noted that the strange and cryptic "p256dh" attribute might be better replaced with:
```
enum PushSubscriptionKeyType { "p256dh" };
partial interface PushSubscription {
ArrayBuffer? getEncryptionData(PushSubscriptionKeyType type);
};
```
@beverloo, do you have any opinion there? I think that this is a good suggestion.
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/pull/130#issuecomment-125121552
Received on Monday, 27 July 2015 08:16:29 UTC