Skip to content

Commit

Permalink
Remove optional bit
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Apr 11, 2022
1 parent 9accf7d commit 255b4c4
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -34885,21 +34885,14 @@ interface <dfn interface>MediaError</dfn> {
</ol>
</li>

<li>
<p>If the result of
<span data-x="verify a media response">verifying</span> <var>response</var> given the
<var>current media resource</var> and <var>byteRange</var> is
"<code data-x="">failure</code>", then call <var>finalize</var>. Otherwise,
<span data-x="body-incrementally-read">incrementally read</span>
<var>response</var>'s <span data-x="concept-response-body">body</span> given
<var>updateMedia</var>, <var>processEndOfMedia</var>, <var>finalize</var>, and
<var>global</var>.</p>

<p>User-agents may also treat "<code data-x="">range mismatch</code>" and
"<code data-x="">range not supported</code>" as failures. Supporting media loading from
servers without proper support for HTTP range requests requires buffering on the client
side, which might have implications on performance and memory use.</p>
</li>
<li><p>If the result of
<span data-x="verify a media response">verifying</span> <var>response</var> given the
<var>current media resource</var> and <var>byteRange</var> is
"<code data-x="">failure</code>", then call <var>finalize</var>. Otherwise,
<span data-x="body-incrementally-read">incrementally read</span>
<var>response</var>'s <span data-x="concept-response-body">body</span> given
<var>updateMedia</var>, <var>processEndOfMedia</var>, <var>finalize</var>, and
<var>global</var>.</p></li>

<li><p>Update the <span>media data</span> with the contents of <var>response</var>'s
<span>unsafe response</span> obtained in this fashion. <var>response</var> can be
Expand Down

0 comments on commit 255b4c4

Please sign in to comment.