mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
trailing whitespace best syntax fug
This commit is contained in:
parent
b5fc537b89
commit
5c8855aafd
|
@ -46,8 +46,8 @@ summary: it works! you can use it! (but technically not even close to beta)
|
|||
# client examples
|
||||
|
||||
* javascript: dump some state into a file (two separate examples)
|
||||
`await fetch('https://127.0.0.1:3923/', {method:"PUT", body: JSON.stringify(foo)});`
|
||||
`var xhr = new XMLHttpRequest(); xhr.open('POST', 'https://127.0.0.1:3923/msgs?raw'); xhr.send('foo');`
|
||||
* `await fetch('https://127.0.0.1:3923/', {method:"PUT", body: JSON.stringify(foo)});`
|
||||
* `var xhr = new XMLHttpRequest(); xhr.open('POST', 'https://127.0.0.1:3923/msgs?raw'); xhr.send('foo');`
|
||||
|
||||
* FUSE: mount a copyparty server as a local filesystem (see [./bin/](bin/))
|
||||
|
||||
|
|
Loading…
Reference in a new issue