Update got/form-data to latest

This commit is contained in:
Fedor Indutny
2021-10-06 09:25:22 -07:00
committed by GitHub
parent fa66ddde0f
commit 1466f9f1b2
9 changed files with 205 additions and 167 deletions

View File

@@ -68,7 +68,7 @@ export class SocketManager extends EventListener {
private credentials?: WebAPICredentials;
private readonly proxyAgent?: ProxyAgent;
private readonly proxyAgent?: ReturnType<typeof ProxyAgent>;
private status = SocketStatus.CLOSED;