- From: Jake Archibald <notifications@github.com>
- Date: Tue, 21 Jan 2020 05:43:04 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 21 January 2020 13:43:07 UTC
jakearchibald commented on this pull request.
This looks good. Just one question (see review).
> @@ -3513,6 +3530,31 @@ 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="is-async-module-algorithm"><dfn>Is Async Module</dfn></h3>
+
+ : Input
+ :: |record|, a [=Module Record=]
+ :: |moduleMap|, a [=/module map=]
+ :: |base|, a [=/URL=]
+ :: |seen|, a [=/set=] of [=/URLs=]
+ : Output
+ :: a boolean
+
+ 1. If |record| is not a [=Cyclic Module Record=], then:
I'm struggling to figure out what a "Cyclic Module Record" is. What's the difference between a Cyclic Module Record and a non-Cyclic Module Record? How does each relate to a module?
--
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/1444#pullrequestreview-345880619
Received on Tuesday, 21 January 2020 13:43:07 UTC