Re: [whatwg/dom] Export terms needed for ServiceWorker/1674 (PR #1170)

@jakearchibald commented on this pull request.



> +
+<ol>
+ <li><p>Let <var>callbacks</var> be « ».
+
+ <li><p><a for=list>For each</a> <var>listener</var> of <var>global</var>'s
+ <a>event listener list</a>:
+
+ <ol>
+  <li><p>If <var>listener</var>'s <a for="event listener">type</a> is "<code>fetch</code>", and
+  <var>listener</var>'s <a for="event listener">callback</a> is not null, then
+  <a for=list>append</a> <var>listener</var>'s <a for="event listener">callback</a> to
+  <var>callbacks</var>.
+ </ol>
+
+ <li><p>Return <var>callbacks</var>.
+</ol>

```suggestion
</ol>

```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1170#pullrequestreview-1352362542
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1170/review/1352362542@github.com>

Received on Wednesday, 22 March 2023 11:42:59 UTC