braid-text 0.3.14 → 0.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/cursor-sync.js +1 -1
- package/package.json +1 -1
package/client/cursor-sync.js
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
async function cursor_client(url, { peer, get_text, on_change }) {
|
|
19
19
|
// --- feature detection: HEAD probe ---
|
|
20
20
|
try {
|
|
21
|
-
var head_res = await
|
|
21
|
+
var head_res = await braid_fetch(url, {
|
|
22
22
|
method: 'HEAD',
|
|
23
23
|
headers: { 'Accept': 'application/text-cursors+json' }
|
|
24
24
|
})
|