Skip to content

Commit

Permalink
[giow] (2) Describe what happens when you try to run a bad script as …
Browse files Browse the repository at this point in the history
…a worker

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24088
Affected topics: DOM APIs, Workers

git-svn-id: http://svn.whatwg.org/webapps@8361 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 16, 2013
1 parent bebe767 commit 284aa59
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -82621,7 +82621,9 @@ <h4 id=processing-model-7><span class=secno>10.2.4 </span>Processing model</h4>

<p>Parse/compile/initialize <var title="">source</var> using that <a href=#script-execution-environment>script execution
environment</a>, as appropriate for <var title="">language</var>, and thus obtain a
<a href=#code-entry-point>code entry-point</a>.</p>
<a href=#code-entry-point>code entry-point</a>. If the script was not compiled successfully, let the <a href=#code-entry-point>code
entry-point</a> be a no-op script, and act as if a corresponding uncaught script error had
occurred.</p>

<p>Let <var title="">script</var>'s <a href=#settings-object>settings object</a> be <var title="">settings
object</var>.</p>
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -82621,7 +82621,9 @@ worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']})

<p>Parse/compile/initialize <var title="">source</var> using that <a href=#script-execution-environment>script execution
environment</a>, as appropriate for <var title="">language</var>, and thus obtain a
<a href=#code-entry-point>code entry-point</a>.</p>
<a href=#code-entry-point>code entry-point</a>. If the script was not compiled successfully, let the <a href=#code-entry-point>code
entry-point</a> be a no-op script, and act as if a corresponding uncaught script error had
occurred.</p>

<p>Let <var title="">script</var>'s <a href=#settings-object>settings object</a> be <var title="">settings
object</var>.</p>
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -91901,7 +91901,9 @@ worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']})

<p>Parse/compile/initialize <var data-x="">source</var> using that <span>script execution
environment</span>, as appropriate for <var data-x="">language</var>, and thus obtain a
<span>code entry-point</span>.</p>
<span>code entry-point</span>. If the script was not compiled successfully, let the <span>code
entry-point</span> be a no-op script, and act as if a corresponding uncaught script error had
occurred.</p>

<p>Let <var data-x="">script</var>'s <span>settings object</span> be <var data-x="">settings
object</var>.</p>
Expand Down

0 comments on commit 284aa59

Please sign in to comment.