Skip to content

can i simultaneously send more than request on a single instance? #352

@ghost

Description

		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;


?

Metadata

Metadata

Assignees

No one assigned

    Labels

    t-toolingIssues with this label are in the ownership of the tooling team.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions