Skip to content

Commit

Permalink
Remove discouraging
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed May 4, 2022
1 parent 68d8985 commit 2f0fdad
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -35090,13 +35090,8 @@ interface <dfn interface>MediaError</dfn> {
<li><p>Let <var>internalResponse</var> be <var>response</var>'s
<span>unsafe response</span>.</p></li>

<li>
<p>If <var>internalResponse</var>'s <span data-x="concept-response-status">status</span> is
200, then return true.</p>

<p class="note">Though some user-agents allow playing media from origins who don't support
range requests, this is generally discouraged as it requires buffering on the client side.</p>
</li>
<li><p>If <var>internalResponse</var>'s <span data-x="concept-response-status">status</span> is
200, then return true.</p></li>

<li><p>If <var>internalResponse</var>'s <span data-x="concept-response-status">status</span> is
not 206, then return false.</p></li>
Expand Down

0 comments on commit 2f0fdad

Please sign in to comment.