We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625d146 commit 7193078Copy full SHA for 7193078
1 file changed
lib/manager.ts
@@ -176,6 +176,13 @@ interface EngineOptions {
176
* certificate information.
177
*/
178
rejectUnauthorized: boolean;
179
+
180
+ /**
181
+ * Whether to include credentials (cookies, authorization headers, TLS
182
+ * client certificates, etc.) with cross-origin XHR polling requests
183
+ * @default false
184
+ */
185
+ withCredentials: boolean;
186
}
187
188
export interface ManagerOptions extends EngineOptions {
0 commit comments