Skip to content

Commit cbfb5aa

Browse files
Meta: export terms for Service Workers
1 parent dc0f9e7 commit cbfb5aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fetch.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ lt="authentication entry">authentication entries</a> (for HTTP authentication).
225225
<a for=struct>items</a>:
226226

227227
<dl>
228-
<dt><dfn for="fetch controller">state</dfn> (default "<code>ongoing</code>")
228+
<dt><dfn for="fetch controller" export>state</dfn> (default "<code>ongoing</code>")
229229
<dd>"<code>ongoing</code>", "<code>terminated</code>", or "<code>aborted</code>"
230230

231231
<dt><dfn for="fetch controller">full timing info</dfn> (default null)
@@ -300,7 +300,7 @@ given a <a>fetch controller</a> <var>controller</var>:
300300
</div>
301301

302302
<div algorithm>
303-
<p>To <dfn>deserialize a serialized abort reason</dfn>, given null or a <a>Record</a>
303+
<p>To <dfn export>deserialize a serialized abort reason</dfn>, given null or a <a>Record</a>
304304
<var>abortReason</var> and a <a>realm</a> <var>realm</var>:
305305

306306
<ol>

0 commit comments

Comments
 (0)