Skip to content

Commit

Permalink
Meta: export fetch controller/serialized abort reason
Browse files Browse the repository at this point in the history
This is referenced by Service Workers.
  • Loading branch information
mkruisselbrink authored Mar 25, 2024
1 parent 8dd73db commit 76102d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ lt="authentication entry">authentication entries</a> (for HTTP authentication).
<dt><dfn for="fetch controller">report timing steps</dfn> (default null)
<dd>Null or an algorithm accepting a <a for=/>global object</a>.

<dt><dfn for="fetch controller">serialized abort reason</dfn> (default null)
<dt><dfn for="fetch controller" export>serialized abort reason</dfn> (default null)
<dd>Null or a <a>Record</a> (result of [$StructuredSerialize$]).

<dt><dfn for="fetch controller">next manual redirect steps</dfn> (default null)
Expand Down

0 comments on commit 76102d5

Please sign in to comment.