質問するログイン新規登録

質問編集履歴

1

ソースの修正

2019/11/12 03:53

投稿

flaumig
flaumig

スコア67

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 = decc.timeout;
81
+ xhr.timeout = 10000;
82
82
  xhr.send();
83
83
  }
84
84
  ```