node-xmlhttprequest

server-side XMLHttpRequest for Node.

MIT License

Downloads
33.9K
Stars
42
Committers
12

Bot releases are hidden (Show)

node-xmlhttprequest - Release 3.0.0-beta.3

Published by ykzts about 4 years ago

  • fix(pkg): fix invalid version (#87) @ykzts
  • fix(eventtarget): throws TypeError when given value is not Event (#92) @ykzts
  • fix(xmlhttprequest): catch errors (#97) @ykzts
  • fix(xmlhttprequest): replace to req.destroy from req.abort (#100) @ykzts
node-xmlhttprequest - Release 3.0.0-beta.1

Published by ykzts about 4 years ago

  • build: replace to typescript (#77) @ykzts
node-xmlhttprequest - Release 3.0.0-beta.2

Published by ykzts about 4 years ago

  • fix(xmlhttprequest): add line break for getAllResponseHeaders() (#86) @ykzts
node-xmlhttprequest - Release 2.2.0

Published by ykzts about 4 years ago

  • Adds support for ArrayBuffer, Uint8Array and Buffer to send(body) (#45) @mrstux
  • Add content length (#46) @mrstux
node-xmlhttprequest - Release 2.1.3

Published by ykzts almost 6 years ago

  • Make withCredentials writable (#47) @skovhus
node-xmlhttprequest - Release 2.1.2

Published by ykzts almost 6 years ago

  • Fix #40 (#42) @ykzts
node-xmlhttprequest - Release 2.1.1

Published by ykzts almost 8 years ago

  • Fixed protocol relative URLS ("//hostname/path") and event properties (#41) @Benjamin-Dobell
node-xmlhttprequest - Release 2.1.0

Published by ykzts over 8 years ago

  • Don't load from the web browser #34 (Yamagishi Kazutoshi)
node-xmlhttprequest - Release 2.0.1

Published by ykzts over 8 years ago

  • index.js require formdata point to formdata.js #28 (Yamagishi Kazutoshi)
node-xmlhttprequest - Release 1.2.2

Published by ykzts almost 9 years ago

Fix a more bugs...

node-xmlhttprequest - Release 1.1.0

Published by ykzts almost 9 years ago

  • cleanup 💄
node-xmlhttprequest - Release 1.0.0

Published by ykzts almost 9 years ago

🍰 First release!

node-xmlhttprequest - Release 2.0.0

Published by ykzts almost 9 years ago

🎉 Reboot w3c-xmlhttprequest

  • ❤️ES2015❤️
  • Add ESLint
  • Add CI