質問編集履歴
1
ソースの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -78,7 +78,7 @@
|
|
78
78
|
var url = domain + path;
|
79
79
|
xhr.open(method, url, true);
|
80
80
|
xhr.responseType = "blob";
|
81
|
-
xhr.timeout =
|
81
|
+
xhr.timeout = 10000;
|
82
82
|
xhr.send();
|
83
83
|
}
|
84
84
|
```
|