Skip to content

Commit

Permalink
refactor: Remove Duplicate signal from GaxiosOptions Interface (#681
Browse files Browse the repository at this point in the history
)
  • Loading branch information
d-goog authored Jan 27, 2025
1 parent 3a70575 commit 2def9bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,6 @@ export interface GaxiosOptions extends RequestInit {
validateStatus?: (status: number) => boolean;
retryConfig?: RetryConfig;
retry?: boolean;
/**
* Enables aborting via {@link AbortController}.
*/
signal?: AbortSignal;
/**
* @deprecated non-spec. https://github.com/node-fetch/node-fetch/issues/1438
*/
Expand Down

0 comments on commit 2def9bd

Please sign in to comment.