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.
externalAbortListener
1 parent d00188a commit 3e0cc6bCopy full SHA for 3e0cc6b
packages/vertexai/src/requests/request.ts
@@ -180,7 +180,7 @@ export async function makeRequest(
180
);
181
}
182
183
- const externalAbortListener = () => {
+ const externalAbortListener = (): void => {
184
logger.debug(`Aborting request to ${url} due to external abort signal.`);
185
internalAbortController.abort(externalSignal.reason);
186
};
0 commit comments