Hi,<div><br></div><div>I have couple of questions about Workers:</div><div><br></div><div>1. The sample code looks as if&nbsp;&nbsp;setTimeout/clearTimeout/setInterval/clearInterval should be available to Workers (as methods of WorkerUtils?) but they are not explicitly specified on any interface. Should they be there?</div>
<div><br></div><div>2. It seems workers should be able to create workers (including creating &#39;themselves&#39; in case of SharedWorker).&nbsp;It is especially useful for a &nbsp;SharedWorker to create dedicated workers - since one of the popular scenarios for it is likely &nbsp;a &quot;state container&quot; that communicates with UI pages while using dedicated workers to do other operations. Will spec include this?</div>
<div><br></div><div><br></div><div>Thanks</div><div>Dmitry</div>