pretenderjs / FakeXMLHttpRequest

A fake XMLHttpRequest object for testing in browsers
MIT License
65 stars 46 forks source link

Invert the dispatchEvent() result #24

Open sgtpep opened 8 years ago

sgtpep commented 8 years ago

target.dispatchEvent() should return false if an event was prevented and false otherwise.