Re: [mediaqueries] User-defined Media Queries?

On 5/31/13 3:47 PM, Yoav Weiss wrote:
> that runs inside a worker, with read-only access to `window`

I don't think this is acceptable: it prevents a number of currently-used 
implementation strategies for window (most simply, lazy definition of 
the thousands of properties the web platform defines on window).

So the only way to do access to a window is to proxy it all over to the 
main DOM thread.  Or to give access to something that's not actually the 
window but has the subset of information you really care about here.

-Boris

Received on Friday, 31 May 2013 19:55:51 UTC