Skip to content

Commit

Permalink
Merge pull request #76 from spring-media/notix-update-fetch-options
Browse files Browse the repository at this point in the history
add retry status codes to fetch options
  • Loading branch information
oladayo21 authored Dec 3, 2024
2 parents 5888616 + 6285f62 commit 04c7960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ps-web-apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export type FetchOptions = RequestInit & {
timeout?: number;
retries?: number;
retryDelay?: number;
retryStatusCodes?: number[];
};
export type WaitingRoomQueueDefault = "";
export type WaitingRoomQueue = WaitingRoomQueueDefault | "auth" | "checkout" | "lefty-in-app-purchase";
Expand Down

0 comments on commit 04c7960

Please sign in to comment.