- From: Martin Thomson <martin.thomson@gmail.com>
- Date: Wed, 16 Jan 2013 15:32:19 -0800
- To: Dominique Hazael-Massieux <dom@w3.org>
- Cc: Harald Alvestrand <harald@alvestrand.no>, "public-media-capture@w3.org" <public-media-capture@w3.org>
On 14 January 2013 07:01, Dominique Hazael-Massieux <dom@w3.org> wrote: > LocalMediaStream should be defined per WebIDL, since the interface is > not marked as NoInterfaceObject That would imply that the test is not valid. NoInterfaceObject implies that: assert(typeof LocalMediaStream === 'undefined') ...is the only valid test case, but that sort of test case is brittle because it assumes that no one else wants to use that name, ever.
Received on Wednesday, 16 January 2013 23:32:46 UTC