- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Thu, 15 Feb 2024 17:12:57 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 16 February 2024 01:13:01 UTC
@yoshisatoyanagisawa commented on this pull request. > + 1. For each |orCondition| of |orConditions|: + 1. If running [=Match Router Condition=] algorithm with |orCondition|, |serviceWorker| and |request| returns true, then return true. + 1. Return false. + 1. Return true. + </section> + + <section algorithm> + <h3 id="get-router-source-algorithm"><dfn>Get Router Source</dfn></h3> + : Input + :: |serviceWorker|, a [=/service worker=] + :: |request|, a [=/request=] + : Output + :: {{RouterSource}} or null + + 1. [=list/For each=] |rule| of |serviceWorker|'s [=service worker/list of router rules=]: + 1. If running [=Match Router Condition=] with |rule|["{{RouterRule/condition}}"], |serviceWorker| and |request| returns false, [=continue=]. done. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1701#discussion_r1491846675 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1701/review/1884156214@github.com>
Received on Friday, 16 February 2024 01:13:01 UTC