From 04705b8e377cb83a7e649b9082dc9e204fd39624 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 8 Apr 2013 15:22:35 +0100 Subject: Add JS doc. --- Docs/JavaScript | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Docs/JavaScript (limited to 'Docs') diff --git a/Docs/JavaScript b/Docs/JavaScript new file mode 100644 index 000000000..ced2fbe7c --- /dev/null +++ b/Docs/JavaScript @@ -0,0 +1,16 @@ +-------------------------------------------------------------------------------- + NetSurf: JavaScript 8 April 2013 +-------------------------------------------------------------------------------- + + NetSurf may be built with primitive support for JavaScript. + + | Note: NetSurf's JavaScript handling is currently: + | + | * incomplete, + | * unsupported, + | * disabled by default. + + To test it, you may build NetSurf with JavaScript and ensure NetSurf's + "enable_javascript" run-time configuration option is set to "1". To do this + you may set the option in the frontend's settings GUI, create/edit a Choices + file, or pass --enable_javascript=1 to the executable. -- cgit v1.2.3