mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-20 00:34:50 +00:00
6505e6f448
* putSaver: detect edit conflicts to prevent clobbering, if possible 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 * putSaver: retrieve ETag upon initialization for clobbering protection this addresses one of the caveats from the previous commit ( |
||
---|---|---|
.. | ||
andtidwiki.js | ||
beaker.js | ||
download.js | ||
fsosaver.js | ||
manualdownload.js | ||
msdownload.js | ||
put.js | ||
tiddlyfox.js | ||
tiddlyie.js | ||
twedit.js | ||
upload.js |