- From: Jungkee Song <notifications@github.com>
- Date: Tue, 29 Nov 2016 21:56:51 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 30 November 2016 05:57:24 UTC
jungkees commented on this pull request. > - <p class="example">In the example in section 3.1.1, the value of <code>registration.scope</code>, obtained from <code>navigator.serviceWorker.ready.then(function(registration) { console.log(registration.scope); })</code> for example, will be "<code>https://example.com/</code>".</p> + <div class="example"> + In the example in section 3.1.1, the value of <code>registration.scope</code>, obtained from <code>navigator.serviceWorker.ready.then(registration => console.log(registration.scope))</code> for example, will be "<code>https://example.com/</code>". Changed it. Enabling a link seems better. -- 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/1014
Received on Wednesday, 30 November 2016 05:57:24 UTC