Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Sep 14, 2023
1 parent 1c43b2e commit 573df63
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ declare module "@capacitor/cli" {
* @example 1000 // (1 second)
*/
appReadyTimeout?: number;

/**
* Configure the number of milliseconds the native plugin should wait before considering API timeout.
*
* Only available for Android and iOS.
*
* @default 20 // (20 second)
* @example 10 // (10 second)
*/
responseTimeout?: number;
/**
* Configure whether the plugin should use automatically delete failed bundles.
*
Expand Down

0 comments on commit 573df63

Please sign in to comment.