Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions impit-node/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ export type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array
* const response = await impit.fetch('https://example.com');
* console.log(await response.text());
* ```
*
* One `Impit` instance represents a single (possibly impersonated) user agent.
*
* Note that all the requests made by this instance will share the same configuration,
* resources (e.g. cookie jar and connection pool), and other settings.
*/
export declare class Impit {
/**
Expand Down
Loading
Loading