Skip to content

Commit c8dfbb1

Browse files
authored
fix(typings): add missing requestTimeout option (#1467)
1 parent 7d6a71c commit c8dfbb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/manager.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ interface EngineOptions {
123123
* Are we only interested in transports that support binary?
124124
*/
125125
onlyBinaryUpgrades: boolean;
126+
127+
/**
128+
* Timeout for xhr-polling requests in milliseconds (0) (only for polling transport)
129+
*/
130+
requestTimeout: number;
126131

127132
/**
128133
* Transport options for Node.js client (headers etc)

0 commit comments

Comments
 (0)