Skip to content

Commit

Permalink
fix(typings): export withCredentials option
Browse files Browse the repository at this point in the history
Related: #1405
  • Loading branch information
darrachequesne committed Nov 17, 2020
1 parent 625d146 commit 7193078
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ interface EngineOptions {
* certificate information.
*/
rejectUnauthorized: boolean;

/**
* Whether to include credentials (cookies, authorization headers, TLS
* client certificates, etc.) with cross-origin XHR polling requests
* @default false
*/
withCredentials: boolean;
}

export interface ManagerOptions extends EngineOptions {
Expand Down

0 comments on commit 7193078

Please sign in to comment.