Skip to content

Commit

Permalink
[] (0) Workers have to define how to resolve the URL passed to the co…
Browse files Browse the repository at this point in the history
…nstructor, oops.

git-svn-id: http://svn.whatwg.org/webapps@3309 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 23, 2009
1 parent 4bf129b commit 637b007
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source
Expand Up @@ -67494,7 +67494,9 @@ interface <dfn>Worker</dfn> : <span>AbstractWorker</span> {
<ol>

<li><p><span title="resolve a url">Resolve</span> the <var
title="">scriptURL</var> argument.</p></li>
title="">scriptURL</var> argument relative to the <span>first
script</span>'s <span title="script's base URL">base URL</span>,
when the method is invoked.</p></li>

<li><p>If this fails, throw a <code>SYNTAX_ERR</code>
exception.</p></li>
Expand Down

0 comments on commit 637b007

Please sign in to comment.