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.
2 parents 85ef318 + e819c8a commit f928893Copy full SHA for f928893
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