We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4405557 commit 7239beeCopy full SHA for 7239bee
example/client-example.js
@@ -38,8 +38,8 @@ async function main() {
38
}
39
40
const request = {
41
- a: Math.floor(Math.random() * 100),
42
- b: Math.floor(Math.random() * 100),
+ a: BigInt(Math.floor(Math.random() * 100)),
+ b: BigInt(Math.floor(Math.random() * 100)),
43
};
44
45
let result = await client.waitForService(1000);
0 commit comments