[Bug 25833] change the definition of "enqueue a task" as EKR slides May 20

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25833

Martin Thomson <martin.thomson@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.thomson@gmail.com

--- Comment #1 from Martin Thomson <martin.thomson@gmail.com> ---
As I proposed during the meeting, the plan is to describe "enqueue a task" as:

 if the pc is closed, throw InvalidStateError
 add a task to a queue

when the pc is closed, flush the queue, firing all callbacks with
CancelledError (or something like that)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Wednesday, 21 May 2014 03:15:00 UTC