- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Wed, 14 Feb 2024 00:20:27 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 February 2024 08:20:33 UTC
@yoshisatoyanagisawa commented on this pull request.
> @@ -3175,6 +3283,103 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
1. Return |response|.
</section>
+ <section algorithm>
+ <h3 id="parse-urlpattern-algorithm"><dfn>Parse URL Pattern</dfn></h3>
+ : Input
+ :: |rawPattern|, a {{URLPatternCompatible}}
+ :: |serviceWorker|, a [=/service worker=]
+ : Output
+ :: {{URLPattern}}
+
+ 1. Let |baseURL| be |serviceWorker|'s [=service worker/script url=].
+ 1. Return the result of [=building a URLPattern from a Web IDL value=] |rawPattern| given |baseURL| and |serviceWorker|'s [=service worker/global object=]'s [=relevant realm=].
There seems not be an issue filed yet. However, I suppose it is a common issue among APIs using URLPattern. I filed an issue https://github.com/whatwg/urlpattern/issues/217.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1701#discussion_r1489078611
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/ServiceWorker/pull/1701/review/1879638394@github.com>
Received on Wednesday, 14 February 2024 08:20:33 UTC