Searched refs:padded_id (Results 1 – 1 of 1) sorted by relevance
49 const padded_id = this.request_id.toString().padEnd(5," ");68 const payload = padded_id + md5 + text;124 onResponse (padded_id, html) { argument129 const id = parseInt(padded_id); // parseInt will return an integer or NaN