Fossil SCM

Rewrote a point in favor of Ajax in the JS doc to clarify it and avoid repeating a sub-point previously made.

wyoung 2021-01-15 14:54 trunk
Commit a9352a280e04c2153939f9e47422892fdc86facd273638f949f26c72f372cf8b
1 file changed +4 -2
--- www/javascript.md
+++ www/javascript.md
@@ -92,12 +92,14 @@
9292
Nowadays JavaScript is, as a rule, astoundingly fast. As the world
9393
continues to move more and more to web-based applications and
9494
services, JavaScript engine developers have ample motivation to keep
9595
their engines fast and competitive.
9696
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.
99101
100102
3. <a id="3pjs"></a>“**Third-party JavaScript cannot be trusted.**”
101103
102104
Fossil does not use any third-party JavaScript libraries, not even
103105
very common ones like jQuery. Every bit of JavaScript served by the
104106
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button