We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22477a commit 0c7f82aCopy full SHA for 0c7f82a
1 file changed
index.js
@@ -33,6 +33,7 @@ class Scrappey {
33
34
/**
35
* @typedef {Object} createOptions
36
+ * @property {string|null} [session] - (optional) The ID of the session to use for the request.
37
* @property {string|null} [proxy] - (optional) Proxy configuration for the request.
38
* @property {ProxyCountry|null} [proxyCountry] - (optional) Select the proxyCountry which will be used if no custom proxy is defined.
39
*/
0 commit comments