in src/RAPIDClient.js [45:49]
postInvocationResponse(response, id, callback) { let bodyString = _trySerializeResponse(response); this.nativeClient.done(encodeURIComponent(id), bodyString); callback(); }