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.
method
1 parent a4f0201 commit 0b1971fCopy full SHA for 0b1971f
README.md
@@ -69,6 +69,7 @@ import { createClient } from "@borderlesslabs/json-rpc";
69
70
const client = createClient(methods, async x => {
71
const res = await fetch("...", {
72
+ method: "POST",
73
body: JSON.stringify(x),
74
headers: {
75
"Content-Type": "application/json"
0 commit comments