Re: [mediacapture-record] Fire the start event immediately upon start() call

@SingingTree Yes, this is running [in parallel](https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel), so we must [queue a task](https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task) to fire the event back on the main thread.

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/pull/135#issuecomment-328688541 using your GitHub account

Received on Monday, 11 September 2017 23:37:49 UTC