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 670157d commit 9edba6eCopy full SHA for 9edba6e
src/mock/index.js
@@ -1 +1,4 @@
1
import "./chat";
2
+
3
+const xhr = new window._XMLHttpRequest();
4
+window.XMLHttpRequest.prototype.upload = xhr.upload;
0 commit comments