質問編集履歴
1
ソースの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -158,7 +158,7 @@
|
|
158
158
|
|
159
159
|
xhr.responseType = "blob";
|
160
160
|
|
161
|
-
xhr.timeout =
|
161
|
+
xhr.timeout = 10000;
|
162
162
|
|
163
163
|
xhr.send();
|
164
164
|
|