Confirmed users
2,615
edits
| Line 92: | Line 92: | ||
== Reliability == | == Reliability == | ||
* What failure modes or decision points are presented to the user? | * What failure modes or decision points are presented to the user? | ||
Hitting any sort of connectivity error while attempting to connect to the web handler behaves as one would expect (i.e. shows a network error page). At some point in the future, we'll probably want to ensure that it's possible to write web-based handlers that work entirely without touching the network. This might involve pinning them to the cache somehow. | |||
* Can its files be corrupted by failures? Does it clean up any locks/files after crashes? | * Can its files be corrupted by failures? Does it clean up any locks/files after crashes? | ||
None known; no cleanup necessary. | |||
== l10n and a11y == | == l10n and a11y == | ||
* are any strings being changed or added? | * are any strings being changed or added? | ||