Options for an LSP request.

interface IRequestOptions {
    signal?: AbortSignal;
}

Properties

Properties

signal?: AbortSignal

A signal used to cancel the request.