File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/plugins/data/public/search Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ export class SearchInterceptor {
169169 // Get a combined `AbortSignal` that will be aborted whenever the first of the following occurs:
170170 // 1. The user manually aborts (via `cancelPending`)
171171 // 2. The request times out
172- // 3. abort() is called on `selfAbortController`. This is used by session service to abort all pending searches that it tracks.
173- // to cancel searches that belong to the currently tracked session
172+ // 3. abort() is called on `selfAbortController`. This is used by session service to abort all pending searches that it tracks
173+ // in the current session
174174 // 4. The passed-in signal aborts (e.g. when re-fetching, or whenever the app determines)
175175 const signals = [
176176 this . abortController . signal ,
You can’t perform that action at this time.
0 commit comments