Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
recvfrom committed Nov 25, 2024
1 parent 57836ff commit 0973f9b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -36783,19 +36783,19 @@ interface <dfn interface>MediaError</dfn> {
<li><p>Let <var>mode</var> be <i>remote</i>.</p></li>

<li>
<p>If the algorithm was invoked with <span>media provider object</span>, set <var>mode</var>
to <i>local</i>.</p>
<p>If the algorithm was invoked with <span>media provider object</span>, then set
<var>mode</var> to <i>local</i>.</p>

<p>Otherwise, run these steps:</p>
<p>Otherwise:</p>

<ol>
<li><p>Let <var>object</var> be the result of <span>obtaining a blob object</span> using the
<span>URL record</span>'s <span data-x="concept-url-blob-entry">blob URL entry</span> and the
<span>media element</span>'s <span>node document</span>'s <span>relevant settings
object</span>.
object</span>.</p></li>

<li><p>If <var>object</var> is a <span>media provider object</span>, then let <var>mode</var> be
<i>local</i>.</p></li>
<li><p>If <var>object</var> is a <span>media provider object</span>, then set <var>mode</var>
to <i>local</i>.</p></li>
</ol>
</li>

Expand Down

0 comments on commit 0973f9b

Please sign in to comment.