- From: hiroshige-g <notifications@github.com>
- Date: Tue, 24 Nov 2020 18:21:30 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 25 November 2020 02:21:42 UTC
@hiroshige-g commented on this pull request.
> @@ -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
+
> If |record| is not a [=Cyclic Module Record=]
Does this include the case of |record| == `null`?
--
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-538108528
Received on Wednesday, 25 November 2020 02:21:42 UTC