- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Tue, 15 Aug 2023 02:22:39 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 15 August 2023 09:22:46 UTC
@yoshisatoyanagisawa commented on this pull request.
> + Promise<undefined> registerRouter((RouterRule or sequence<RouterRule>) rules);
+ };
+
+ dictionary RouterRule {
+ required RouterCondition condition;
+ required RouterSourceEnum source;
+ };
+
+ dictionary RouterCondition {
+ USVString urlPattern;
+ };
+
+ enum RouterSourceEnum { "network" };
+ </pre>
+
+ Each {{RouterCondition/urlPattern}} object has an associated <dfn>hostname component</dfn>, a [=urlpattern/component=], which is initially unset.
Anyway, now it is URLInput inside a directory, and the comment get outdated. Please feel free to leave a new comment or reopen.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1686#discussion_r1294370408
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/ServiceWorker/pull/1686/review/1578225594@github.com>
Received on Tuesday, 15 August 2023 09:22:46 UTC