Skip to content

Commit

Permalink
Added back sessionId jsdocs for createSession
Browse files Browse the repository at this point in the history
  • Loading branch information
DemonMartin committed Jun 23, 2023
1 parent b22477a commit 0c7f82a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class Scrappey {

/**
* @typedef {Object} createOptions
* @property {string|null} [session] - (optional) The ID of the session to use for the request.
* @property {string|null} [proxy] - (optional) Proxy configuration for the request.
* @property {ProxyCountry|null} [proxyCountry] - (optional) Select the proxyCountry which will be used if no custom proxy is defined.
*/
Expand Down

0 comments on commit 0c7f82a

Please sign in to comment.