Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎉 For Denops v7 #8

Merged
merged 11 commits into from
Jul 20, 2024
5 changes: 5 additions & 0 deletions denops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ export interface Denops {
*/
readonly context: Record<PropertyKey, unknown>;

/**
* AbortSignal instance that is triggered when the user invoke `denops#interrupt()`
*/
readonly interrupted: AbortSignal;

lambdalisue marked this conversation as resolved.
Show resolved Hide resolved
/**
* User-defined API name and method map used to dispatch API requests.
*/
Expand Down