- From: Matt Falkenhagen <notifications@github.com>
- Date: Tue, 12 Jun 2018 21:48:13 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 June 2018 04:48:42 UTC
mattto commented on this pull request.
> @@ -3216,6 +3204,41 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
Note: When an exception is [=throw|thrown=], the implementation does undo (roll back) any changes made to the cache storage during the batch operation job.
</section>
+
+ <section algorithm>
+ <h3 id="resolve-get-client-promise-algorithm"><dfn>Resolve Get Client Promise</dfn></h3>
+
+ : Input
+ :: |client|, a [=/service worker client=]
+ :: |promise|, a <a>promise</a>
+
+ : Output
+ :: none
+
+ 1. If |client| is an [=environment settings object=], then:
+ 1. If |client| is not a <a>secure context</a>, reject |promise| with a "{{SecurityError}}" {{DOMException}} and abort these steps.
Yep! This whole block was just copied from the original. Done.
--
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/1323#discussion_r194954838
Received on Wednesday, 13 June 2018 04:48:42 UTC