- From: Martin Thomson <martin.thomson@gmail.com>
- Date: Fri, 19 Oct 2012 09:10:26 -0700
- To: Travis Leithead <travis.leithead@microsoft.com>
- Cc: "public-webrtc@w3.org" <public-webrtc@w3.org>
On 18 October 2012 22:12, Travis Leithead <travis.leithead@microsoft.com> wrote: > window.SomethingEvent > > so that new SomethingEvent() can be called on it and dispatched with object.dispatchEvent(). Interesting. For a large class of events in WebRTC, I don't see this as a realistic scenario. I realize that synthesis of a "click" event is potentially desirable. Is the accepted practice to extend that capability to all types of event? Is that still true if the necessary input cannot possibly be available to the application?
Received on Friday, 19 October 2012 16:10:53 UTC