I think it would be super useful if there were some standard built in functions for selecting properties. I would benefit greatly from being able to look up a prop with case insensitivity. I guess you COULD do this with proxies but I have to imagine it could be done faster if built in.
It wouldn't be awful if I could query a nested object structure using something like css selecting or something like xpath but for us. On Aug 12, 2014 12:51 PM, "Anne van Kesteren" <[email protected]> wrote: > On Tue, Aug 12, 2014 at 6:10 PM, Takeshi Yoshino <[email protected]> > wrote: > > On Wed, Aug 13, 2014 at 1:05 AM, Anne van Kesteren <[email protected]> > wrote: > >> Well fetch() will never be able to explain synchronous fetches. But in > >> general I agree that it would be sad if XMLHttpRequest could do more > >> than fetch(). Per bz it seems we should just align fetch() with > >> XMLHttpRequest and call it a day. > > > > wfm > > > > seems Safari is also going to be compliant to the latest spec. > > https://bugs.webkit.org/show_bug.cgi?id=134264 > > That's great! fetch() and XMLHttpRequest are now aligned. They both > use a "normalize" concept defined in Fetch. > > > -- > http://annevankesteren.nl/ > >
