- From: Jungkee Song <notifications@github.com>
- Date: Tue, 22 Nov 2016 04:38:06 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 22 November 2016 12:38:38 UTC
jungkees commented on this pull request. > @@ -3582,8 +3602,9 @@ spec: rfc7231; urlPrefix: https://tools.ietf.org/html/rfc7231 <ol> <li><a>Assert</a>: a <a>Record</a> with the \[[value]] equals to <var>registration</var> is contained in <a href="#dfn-scope-to-registration-map">scope to registration map</a>.</li> <li><a>Assert</a>: <var>registration</var>'s <a href="#dfn-active-worker">active worker</a> is not null.</li> + <li>Let <var>event</var> be the <a for="/">functional event</a> for which this algorithm was invoked.</li> Added an argument, event. Please update the notifications API accordingly when it's landed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1010
Received on Tuesday, 22 November 2016 12:38:38 UTC