tracking-code-which-will-go-to-the-HEAD 9kw.eu Captcha Solver API Wrapper for NodeJS Global

Title

Global

Methods

# callbackSuperAgent(err, response, callback, asyncopt)

Call the user callback or the resolve/reject Promise functions with either an error String (ex: timeout) or a Number with the captcha id Optional Async/Await supported

Parameters:
Name Type Attributes Default Description
err Object | String | null
response Object | null
callback function | Object

Fn: Needs to handle err<String|null>, captchaId; Obj: {resolve, reject}

async Boolean <optional>
false

to allow async/await

View Source index.js, line 23