Skip to content

Commit

Permalink
Remove an extraneous "throw". (#649)
Browse files Browse the repository at this point in the history
SHA: fffbf64
Reason: push, by JensenPaul

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jyasskin and github-actions[bot] committed Jun 21, 2023
1 parent fc4d3a7 commit bcb706b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
<meta content="Bikeshed version 516eaf3cf, updated Tue Jun 20 13:48:28 2023 -0700" name="generator">
<link href="https://wicg.github.io/turtledove/" rel="canonical">
<meta content="1eef2cb04f5356ea201d97747b40c4381fde8841" name="document-revision">
<meta content="fffbf64e2e4dc198492ac417beab27dd1dd0c69b" name="document-revision">
<style>
/* domintro from https://resources.whatwg.org/standard.css */
.domintro {
Expand Down Expand Up @@ -1137,7 +1137,7 @@ <h2 class="heading settled" data-level="2" id="joining-interest-groups"><span cl
<li data-md>
<p>Let <var>mimeType</var> be the result of <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-header-extract-mime-type" id="ref-for-concept-header-extract-mime-type">extracting a MIME type</a> from <var>headers</var>.</p>
<li data-md>
<p>If <var>mimeType</var> is failure or is not a <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#json-mime-type" id="ref-for-json-mime-type">JSON MIME Type</a>, throw, set <var>resource</var> to failure and return.</p>
<p>If <var>mimeType</var> is failure or is not a <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#json-mime-type" id="ref-for-json-mime-type">JSON MIME Type</a>, set <var>resource</var> to failure and return.</p>
<li data-md>
<p>Set <var>resource</var> to <var>responseBody</var>.</p>
</ol>
Expand Down Expand Up @@ -3370,7 +3370,7 @@ <h3 class="heading settled" data-level="6.1" id="script-evaluation"><span class=
[[IsLockFree2]], and [[LittleEndian]] are set at the implementation’s discretion.</p>
</ol>
<p class="note" role="note"><span class="marker">Note:</span> This algorithm is almost identical to <a data-link-type="biblio" href="#biblio-html" title="HTML Standard">[HTML]</a>'s <a data-link-type="dfn" href="https://html.spec.whatwg.org/C#create-an-agent" id="ref-for-create-an-agent">create an agent</a> algorithm, with the
exception that we do not give
exception that we do not give
the returned agent a new <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#event-loop" id="ref-for-event-loop①">event loop</a>, since it does not process <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-task" id="ref-for-concept-task">tasks</a> within <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#task-source" id="ref-for-task-source">task sources</a> in the usual way.</p>
</div>
<div class="algorithm" data-algorithm="obtain a script runner agent">
Expand Down

0 comments on commit bcb706b

Please sign in to comment.