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 f9950ce commit b9a363aCopy full SHA for b9a363a
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