Fossil SCM
Rewrote a point in favor of Ajax in the JS doc to clarify it and avoid repeating a sub-point previously made.
Commit
a9352a280e04c2153939f9e47422892fdc86facd273638f949f26c72f372cf8b
Parent
6e443dfd97318a0…
1 file changed
+4
-2
+4
-2
| --- www/javascript.md | ||
| +++ www/javascript.md | ||
| @@ -92,12 +92,14 @@ | ||
| 92 | 92 | Nowadays JavaScript is, as a rule, astoundingly fast. As the world |
| 93 | 93 | continues to move more and more to web-based applications and |
| 94 | 94 | services, JavaScript engine developers have ample motivation to keep |
| 95 | 95 | their engines fast and competitive. |
| 96 | 96 | |
| 97 | - Once the scripts are cached, Ajax based page updates are faster than | |
| 98 | - the alternative, a full HTTP POST round-trip. | |
| 97 | + Ajax partial page updates are faster than | |
| 98 | + the no-JS alternative, a full HTTP POST round-trip to submit new | |
| 99 | + data to the remote server, retrieve an entire new HTML document, | |
| 100 | + and re-render the whole thing client-side. | |
| 99 | 101 | |
| 100 | 102 | 3. <a id="3pjs"></a>“**Third-party JavaScript cannot be trusted.**” |
| 101 | 103 | |
| 102 | 104 | Fossil does not use any third-party JavaScript libraries, not even |
| 103 | 105 | very common ones like jQuery. Every bit of JavaScript served by the |
| 104 | 106 |
| --- www/javascript.md | |
| +++ www/javascript.md | |
| @@ -92,12 +92,14 @@ | |
| 92 | Nowadays JavaScript is, as a rule, astoundingly fast. As the world |
| 93 | continues to move more and more to web-based applications and |
| 94 | services, JavaScript engine developers have ample motivation to keep |
| 95 | their engines fast and competitive. |
| 96 | |
| 97 | Once the scripts are cached, Ajax based page updates are faster than |
| 98 | the alternative, a full HTTP POST round-trip. |
| 99 | |
| 100 | 3. <a id="3pjs"></a>“**Third-party JavaScript cannot be trusted.**” |
| 101 | |
| 102 | Fossil does not use any third-party JavaScript libraries, not even |
| 103 | very common ones like jQuery. Every bit of JavaScript served by the |
| 104 |
| --- www/javascript.md | |
| +++ www/javascript.md | |
| @@ -92,12 +92,14 @@ | |
| 92 | Nowadays JavaScript is, as a rule, astoundingly fast. As the world |
| 93 | continues to move more and more to web-based applications and |
| 94 | services, JavaScript engine developers have ample motivation to keep |
| 95 | their engines fast and competitive. |
| 96 | |
| 97 | Ajax partial page updates are faster than |
| 98 | the no-JS alternative, a full HTTP POST round-trip to submit new |
| 99 | data to the remote server, retrieve an entire new HTML document, |
| 100 | and re-render the whole thing client-side. |
| 101 | |
| 102 | 3. <a id="3pjs"></a>“**Third-party JavaScript cannot be trusted.**” |
| 103 | |
| 104 | Fossil does not use any third-party JavaScript libraries, not even |
| 105 | very common ones like jQuery. Every bit of JavaScript served by the |
| 106 |