Re: Next step for DAP Ambient Light Events

oh, and how is this for the name.


[Constructor (DOMString type, optional LightLevelEventInit eventInitDict)]
interface LightLevelEvent : Event {
    readonly attribute string value;
};
dictionary LightLevelEventInit : EventInit {
    string value;
};

Received on Thursday, 13 September 2012 16:38:55 UTC