A couple questions about Falkon
by Renaud (Ron) OLGIATI
Wanting to deploy a lightweight browser on around 20 work-posts in an educational institution, I would like to know:
- Whether it is possible to switch the GUI language to French ?
- Is there a way to hide BOTH the menu toolbar AND the navigation toolbar ?
TIA
Cheers,
Ron.
--
L'homme le plus heureux est celui qui fait
le bonheur d'un plus grand nombre d'autres.
-- Diderot
-- http://www.olgiati-in-paraguay.org --
4 years, 9 months
Duktape ECMA/Java-script support
by Walter Zambotti
So my evaluation of javascript support in NS3.9 (Ubuntu 18.04) has found.
The version of duktape used is 2.3. Reference found in duktape.h.
According to the duktape site version 2.3 is ECMAscript 5.0-5.1 compliant.
According to ECMAscript 5.0 documentation the try-catch statement is
supported.
My testing with NS 3.9 shows try-catch is not working. So something is
amiss!
As jquery requires try-catch it is prevented from working in NS.
The DOM module is also severely truncated.
There are nearly 1800 unimplemented bindings listed in
UnimplementedJavascript.txt.
Many of these bindings are critical!
It is my conclusion that there would be very few javascript enabled sites
that the current implantation of NS3.9
could or would actually render.
Walter
4 years, 9 months