Skip to content

Commit eecf697

Browse files
Editorial: update "processing a manifest"'s signature (#1058)
This commit implements the HTML changes done in whatwg/html#8412: "processing a manifest" takes a response whose body has been already consumed, so it needs to take the body bytes as a separate parameter. Co-authored-by: Marcos Cáceres <[email protected]>
1 parent cc26cd6 commit eecf697

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,8 +1248,8 @@ <h3>
12481248
<p>
12491249
The steps for <dfn data-export="" data-local-lt=
12501250
"processing">processing a manifest</dfn> are given by the following
1251-
algorithm. The algorithm takes [^link^] |el:HTMLLinkElement| and a
1252-
[=Response=] |response|.
1251+
algorithm. The algorithm takes [^link^] |el:HTMLLinkElement|, a
1252+
[=Response=] |response|, and a [=byte sequence=] |bodyBytes|.
12531253
</p>
12541254
<ol class="algorithm">
12551255
<li>Let |document URL:URL| be |el|'s [=Node/node document=]'s
@@ -1258,7 +1258,7 @@ <h3>
12581258
<li>Assert: |document URL:URL| is not null.
12591259
</li>
12601260
<li>Let |json| be the result of [=parse JSON bytes to an Infra
1261-
value=] passing |response|'s [=response/body=].
1261+
value=] passing |bodyBytes|.
12621262
</li>
12631263
<li>If the |json| is a parsing exception, or |json| is not an
12641264
[=ordered map=]:

0 commit comments

Comments
 (0)