diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2020-04-11 18:28:40 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-11 18:28:40 +0900 |
| commit | ca66acac2b9ac29804a92c496b4f08056e0233b3 (patch) | |
| tree | ceeec3abe8881c84861e4649a2add3bce5845e11 /package.json | |
| parent | Fix url type of AP object #6231 (#6234) (diff) | |
| download | misskey-ca66acac2b9ac29804a92c496b4f08056e0233b3.tar.gz misskey-ca66acac2b9ac29804a92c496b4f08056e0233b3.tar.bz2 misskey-ca66acac2b9ac29804a92c496b4f08056e0233b3.zip | |
ファイルのダウンロードがタイムアウトしなくなっているのを修正など (#6233)
* Refactor download / file-info
* body read timeout on download Fix syuilo#6232
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 67fd51565d..0214f8f3a9 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,7 @@ "@types/websocket": "1.0.0", "@types/ws": "7.2.3", "@typescript-eslint/parser": "2.26.0", + "abort-controller": "3.0.0", "animejs": "3.1.0", "apexcharts": "3.17.1", "autobind-decorator": "2.4.0", |