We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d88e30 commit 525a28aCopy full SHA for 525a28a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.3.4
2
+
3
+- On timeout, `readyState` is set to `DONE`
4
+- Writing an unsupported value to `responseType` now fails silently
5
+- Add more tests
6
7
# 1.3.3
8
9
- Refactor `EventTarget` and `XMLHttpRequestEventTarget` into their own classes
package.json
@@ -1,6 +1,6 @@
{
"name": "node-http-xhr",
- "version": "1.3.3",
+ "version": "1.3.4",
"description": "Node.js XMLHttpRequest implementation using http.request()",
"main": "lib/index.js",
"browser": "lib/browser.js",
0 commit comments