const impit = new Impit({ browser: "chrome", ignoreTlsErrors: true });
// Use the `fetch` method as you would with the built-in `fetch` function
const response = impit.fetch(url, {
method: 'POST',
headers: ret.headers,
body: JSON.stringify(body),
})
const response2 = impit.fetch(url, {
method: 'POST',
headers: ret.headers,
body: JSON.stringify(body),
})
let a = await response;
let b = await reponse2;
?