Re: why not MediaQueryList.onchange

On 3/31/14 5:07 PM, Tab Atkins Jr. wrote:
> Yeah, we should fire a "change" event or something on it, and define
> addListener(...) as just calling addEventListener("change", ...)

That changes the sematics of calling addListener(f) twice in a row with 
the same function.  Are we sure there's no code depending on the current 
semantics?

-Boris

Received on Monday, 31 March 2014 23:18:47 UTC