Re: [whatwg] Terminate a Worker algorithm

2008-12-16 Thread Ian Hickson
On Tue, 16 Dec 2008, Alexey Proskuryakov wrote: > > Dec 16, 2008, в 9:43 AM, Ian Hickson написал(а): > > > > 1) The algorithm assumes that a WorkerGlobalScope exists, and > > > doesn't specify what happens if it is invoked before > > > WorkerGlobalScope is created (e.g. if the script is still b

Re: [whatwg] Terminate a Worker algorithm

2008-12-15 Thread Alexey Proskuryakov
Dec 16, 2008, в 9:43 AM, Ian Hickson написал(а): 1) The algorithm assumes that a WorkerGlobalScope exists, and doesn't specify what happens if it is invoked before WorkerGlobalScope is created (e.g. if the script is still being loaded, or the scope is being created, but Worker.terminate() is

Re: [whatwg] Terminate a Worker algorithm

2008-12-15 Thread Ian Hickson
On Mon, 24 Nov 2008, Alexey Proskuryakov wrote: > > 1) The algorithm assumes that a WorkerGlobalScope exists, and doesn't > specify what happens if it is invoked before WorkerGlobalScope is > created (e.g. if the script is still being loaded, or the scope is being > created, but Worker.terminate

[whatwg] Terminate a Worker algorithm

2008-11-24 Thread Alexey Proskuryakov
1) The algorithm assumes that a WorkerGlobalScope exists, and doesn't specify what happens if it is invoked before WorkerGlobalScope is created (e.g. if the script is still being loaded, or the scope is being created, but Worker.terminate() is called from JS). I think that the right behavio