delvedor/hpagent

is it sync ? i want to use for create a proxy pool

creatxrgithub opened this issue · 0 comments

is it sync ? i want to use for create a proxy pool

e.g.

let proxys = [];
let agent = new HttpsProxyAgent( ...
proxys.push(agent);

thanks