Re: [push-api] Message encryption (#130)

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