We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f3df8 commit e819c8aCopy full SHA for e819c8a
index.d.ts
@@ -75,6 +75,11 @@ export interface FetchOptions {
75
referrerPolicy?: "referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "unsafe-url";
76
integrity?: any;
77
proxy?: ProxyConfig;
78
+ /**
79
+ * http proxy agent
80
+ * default: null
81
+ */
82
+ agent?: object;
83
}
84
85
export function extractFromXml(xml: string, options?: ReaderOptions): FeedData;
0 commit comments