Re: [XHR2] Disable new response types for sync XHR in Window context

2011-11-16 Thread Matt Shulman
I sometimes like to write code in the window context (where debugging support is much better) before moving it to a web worker, so it would be awkward if the sync options differed on xhr between the two. (Analogous to this - I remember once i was trying to use the new FileSystemSync API and during

Re: [XHR2] Disable new response types for sync XHR in Window context

2011-11-16 Thread Matt Shulman
On Wed, Nov 16, 2011 at 8:20 AM, Glenn Maynard gl...@zewt.org wrote: On Wed, Nov 16, 2011 at 11:10 AM, Matt Shulman mat...@google.com wrote: I sometimes like to write code in the window context (where debugging support is much better) before moving it to a web worker, so it would be awkward

Re: QSA, the problem with :scope, and naming

2011-10-18 Thread Matt Shulman
I think the query selector functionality is important enough that one could easily justify adding additional APIs to make this work better/faster, even if they overlap with existing APIs. But, it would be unfortunate if more APIs were added to the DOM and libraries still weren't able to use them