improve(plugin): support abortable controller of request api

This commit is contained in:
charlie
2022-06-13 16:14:55 +08:00
committed by Tienson Qin
parent 7b2ce59787
commit e4b71a4ccf
4 changed files with 54 additions and 15 deletions

View File

@@ -37,7 +37,8 @@
"@sentry/electron": "2.5.1",
"posthog-js": "1.10.2",
"@logseq/rsapi": "0.0.20",
"electron-deeplink": "1.0.10"
"electron-deeplink": "1.0.10",
"abort-controller": "3.0.0"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.57",