- On timeout,
readyState
is set toDONE
- Writing an unsupported value to
responseType
now fails silently - Add more tests
- Refactor
EventTarget
andXMLHttpRequestEventTarget
into their own classes - Fix https bug
- Add more tests
- Fix timeouts
- Header names should be case-insensitive
- Add more tests
on${event}
properties correctly update handler- Sets property to
null
when assigned something that isn't a function - Removes old listener if assigned something that isn't a function
- Sets property to
- Refactored/added more unit tests
istanbul
test coverage
- Added
withCredentials
instance property to more closely match XHR API. - Fixed bug with one-shot event listeners
- Added more unit tests for
EventTarget
API and instance properties.
- Fixed browser files not being included in package.
- Added support for browser environments.
- Added support for
node.js >= 0.10.x
.
- Added initial implementation.