We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b616a7 commit 2954297Copy full SHA for 2954297
examples/http/browser.html
@@ -8,7 +8,7 @@
8
<body>
9
<h1>Hello World</h1>
10
<script type="module">
11
- import { createRemote } from "https://cdn.jsdelivr.net/gh/timonson/gentle_rpc@v3.0/client/dist/remote.js"
+ import { createRemote } from "https://cdn.jsdelivr.net/gh/timonson/gentle_rpc@v3.1/client/dist/remote.js"
12
const remote = createRemote("http://0.0.0.0:8000", {
13
headers: { authorization: "abc" },
14
})
examples/ws/proxi_api.ts examples/ws/proxy_api.tsexamples/ws/proxi_api.ts renamed to examples/ws/proxy_api.ts
0 commit comments