- From: Peter Beverloo <notifications@github.com>
- Date: Wed, 20 Jan 2016 13:49:28 -0800
- To: w3c/push-api <push-api@noreply.github.com>
Received on Wednesday, 20 January 2016 21:50:00 UTC
> @@ -558,6 +568,14 @@ > with a <code><a>DOMException</a></code> whose name is "<code><a>SecurityError</a></code>" > and terminate these steps. > </li> > + <li>If an <var>options</var> argument is included, and <var>options</var> includes an > + <code><a>applicationServerKey</a></code> attribute, check that the value is valid (i.e., > + ensure that it describes a valid point on the P-256 curve). If the > + <code><a>applicationServerKey</a></code> value is invalid, reject <var>promise</var> with > + an <code><a href= > + "http://heycam.github.io/webidl/#invalidaccesserror">InvalidAccessError</a></code> and nit: https --- Reply to this email directly or view it on GitHub: https://github.com/w3c/push-api/pull/182/files#r50324782
Received on Wednesday, 20 January 2016 21:50:00 UTC