Fossil SCM
Document the draft behavior when neither localStorage nor sessionStorage are available.
Commit
411a3c5da2b2445b570369985fd9c9151464ae10a76edd2f3f9dcd51ed951566
Parent
341751e5698bf87…
1 file changed
+5
+5
| --- www/forum.wiki | ||
| +++ www/forum.wiki | ||
| @@ -528,5 +528,10 @@ | ||
| 528 | 528 | |
| 529 | 529 | Local drafts for replies and responses (but not new posts) are |
| 530 | 530 | automatically purged at semi-random intervals. Every Nth visit to a |
| 531 | 531 | forum page has a small chance to run the cleanup, and drafts older |
| 532 | 532 | than 10 days old are purged. |
| 533 | + | |
| 534 | +If neither <code>localStorage</code> nor <code>sessionStorage</code> | |
| 535 | +are available, it uses a transient storage object which is recreated | |
| 536 | +on each page-load, so it cannot store drafts outside of a single | |
| 537 | +thread at a time. | |
| 533 | 538 |
| --- www/forum.wiki | |
| +++ www/forum.wiki | |
| @@ -528,5 +528,10 @@ | |
| 528 | |
| 529 | Local drafts for replies and responses (but not new posts) are |
| 530 | automatically purged at semi-random intervals. Every Nth visit to a |
| 531 | forum page has a small chance to run the cleanup, and drafts older |
| 532 | than 10 days old are purged. |
| 533 |
| --- www/forum.wiki | |
| +++ www/forum.wiki | |
| @@ -528,5 +528,10 @@ | |
| 528 | |
| 529 | Local drafts for replies and responses (but not new posts) are |
| 530 | automatically purged at semi-random intervals. Every Nth visit to a |
| 531 | forum page has a small chance to run the cleanup, and drafts older |
| 532 | than 10 days old are purged. |
| 533 | |
| 534 | If neither <code>localStorage</code> nor <code>sessionStorage</code> |
| 535 | are available, it uses a transient storage object which is recreated |
| 536 | on each page-load, so it cannot store drafts outside of a single |
| 537 | thread at a time. |
| 538 |