Skip to content

v0.3.6

Compare
Choose a tag to compare
@kettanaito kettanaito released this 18 Aug 06:40

Changes

ClientRequest

  • options.uri.protocol is taken into account when deciding on the request's protocol.

XMLHttpRequest

  • this.user and this.password initializers are now removed, the values default to undefined.
  • this.async has a default value of undefined, true when forwarded (previously false).

Bug fixes

  • Fixes an issue when the timeout property of an XMLHttpRequest was not propagated to the original request (#47, #43).
  • Fixes an issue when a forwarded xhrRequest.open() call did not have the right async parameter value (#42).