mirror of
https://github.com/SukkaW/Surge.git
synced 2026-09-12 18:44:36 +08:00
Wire up Dead Domain CI Check for Node.js 26 [skip ci]
This commit is contained in:
@@ -174,6 +174,8 @@ const agent = new Agent({
|
||||
})
|
||||
);
|
||||
|
||||
export { agent as fetchAgent };
|
||||
|
||||
export interface FetchResponseProgress {
|
||||
onResponseStart?: (contentEncoding: string | null) => void,
|
||||
onEncodedBodyChunk?: (bytes: number) => void,
|
||||
|
||||
Reference in New Issue
Block a user