Skip to content

Commit

Permalink
Add note.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshisatoyanagisawa committed Feb 16, 2024
1 parent 9635f8a commit 088bb7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3352,6 +3352,9 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/

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=].

Note: Since the [=building a URLPattern from a Web IDL value=] algorithm actually do not depend on the realm, it is fine to call the algorithm here even if the [=service worker/global object=] may not be ready.

</section>

<section algorithm>
Expand Down

0 comments on commit 088bb7b

Please sign in to comment.