We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
interrupted
Denops
1 parent 2f20f36 commit cecefc5Copy full SHA for cecefc5
denops.ts
@@ -77,7 +77,7 @@ export interface Denops {
77
/**
78
* AbortSignal instance that is triggered when the user invoke `denops#interrupt()`
79
*/
80
- readonly interrupted: AbortSignal;
+ readonly interrupted?: AbortSignal;
81
82
83
* User-defined API name and method map used to dispatch API requests.
0 commit comments