Assaf Arkin

Results 65 comments of Assaf Arkin

Zombie provides whatever features are available in JSDOM, so you'll want to get this added here: https://github.com/tmpvar/jsdom

Can't find it in my archives On Thursday, May 16, 2013 at 12:08 AM, Oluf Lorenzen wrote: > would you mind uploading a new screenshot? :) > > — >...

IE has its own API called XDomainRequest, all others use XMLHttpRequest.

Zombie != IE

If you think you found a bug in the implementation, it would help if you can isolate it and send a test case.

If you can isolate the bug into a test case and send it, I can run it and figure out where/why it fails. However, I don't have time to reverse...

Yes, remove all the jQuery baggage and strip it just to the problematic XHR request. Also, we have a test suite with 680 tests in it, so you can easily...

1. Zombie is a more complete emulation of a web browser, so it deals with things like windows/tabs, event loops, WebSocket, etc. It reuses much of JSDOM, but it needs...