- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Tue, 13 Feb 2024 18:51:49 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 February 2024 02:51:57 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 in https://github.com/yoshisatoyanagisawa/ServiceWorker/pull/12 -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1701#discussion_r1488824878 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1701/review/1879280629@github.com>
Received on Wednesday, 14 February 2024 02:51:57 UTC