mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-02 07:12:38 -08:00
if the server supplies an ETag, we send it back when saving, allowing the server to detect edit conflicts and respond with 412 (cf. https://www.w3.org/1999/04/Editing/) caveats: * this only kicks in after the first save, as we don't have access to the ETag when first loading the document * there's no recovery mechanism (e.g. resetting `this.etag` in order to force clobbering), other than manually reloading the document |
||
|---|---|---|
| .. | ||
| andtidwiki.js | ||
| download.js | ||
| fsosaver.js | ||
| manualdownload.js | ||
| msdownload.js | ||
| put.js | ||
| tiddlyfox.js | ||
| tiddlyie.js | ||
| twedit.js | ||
| upload.js | ||