- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Wed, 08 May 2024 19:18:34 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 May 2024 02:18:37 UTC
@yoshisatoyanagisawa commented on this pull request. > @@ -3113,7 +3113,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ 1. Otherwise, set |callback| to the result of [=convert to an ECMAScript value|converting to an ECMAScript value=] |eventListenerCallback|. 1. If [$IsCallable$](|callback|) is false, then return false. - Note: [=Event listener/Callback=] objects that use {{handleEvent}} are assumed to be non-empty. This avoids calling the {{handleEvent}} getters, which could modify the event listeners during this check. + Note: [=event listener/Callback=] objects that use <code>handleEvent</code> are assumed to be non-empty. This avoids calling the <code>handleEvent</code> getters, which could modify the event listeners during this check. done. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1715#discussion_r1594885248 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1715/review/2047035812@github.com>
Received on Thursday, 9 May 2024 02:18:37 UTC