Skip to content

Commit b04863f

Browse files
Fix the Create Fetch Event and Dispatch output to return null (w3c#1778)
SHA: 8374134 Reason: push, by pull[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1e2f5f7 commit b04863f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
88
<meta content="Bikeshed version 9a7a6709a, updated Tue May 27 16:45:34 2025 -0700" name="generator">
99
<link href="https://www.w3.org/TR/service-workers/" rel="canonical">
10-
<meta content="ef029c5bb511f2cce0e1bec146fc597460fbe961" name="revision">
10+
<meta content="83741343ef4b8e5e68f60bbd8474b012870cc232" name="revision">
1111
<meta content="dark light" name="color-scheme">
1212
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1313
<style>/* Boilerplate: style-autolinks */
@@ -962,7 +962,7 @@
962962
<div class="head">
963963
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
964964
<h1 class="p-name no-ref" id="title">Service Workers Nightly</h1>
965-
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-05-30">30 May 2025</time></p>
965+
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-06-11">11 June 2025</time></p>
966966
<details open>
967967
<summary>More details about this document</summary>
968968
<div data-fill-with="spec-metadata">
@@ -5508,7 +5508,7 @@ <h3 class="heading settled" id="create-fetch-event-and-dispatch-algorithm"><span
55085508
<p><var>raceResponse</var>, a <a data-link-type="dfn" href="#dfn-race-response" id="ref-for-dfn-race-response③">race response</a> or null</p>
55095509
<dt data-md>Output
55105510
<dd data-md>
5511-
<p>a <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-response" id="ref-for-concept-response①③">response</a></p>
5511+
<p>a <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-response" id="ref-for-concept-response①③">response</a> or null</p>
55125512
</dl>
55135513
<ol>
55145514
<li data-md>

0 commit comments

Comments
 (0)