From e742bdbd6b438b2e21647f5e9a93451648b44232 Mon Sep 17 00:00:00 2001 From: hoxia Date: Wed, 12 Dec 2018 15:18:13 -0500 Subject: [PATCH] Browser compatibility Broader statement about browser compatibility, link to MDN to explain dynamic import and which browsers support it. --- doc/source/netscript/netscriptjs.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/source/netscript/netscriptjs.rst b/doc/source/netscript/netscriptjs.rst index 8e0f2eff1..540a5a893 100644 --- a/doc/source/netscript/netscriptjs.rst +++ b/doc/source/netscript/netscriptjs.rst @@ -14,13 +14,9 @@ significantly faster than Netscript 1.0. This documentation will not go over any of the additional features of NetscriptJS, since there is plenty of documentation on Javascript available on the web. -NetscriptJS in Mozilla Firefox ------------------------------- -As of the time of writing this, the Mozilla Firefox browser does not support -dynamic import functionality and therefore cannot run NetscriptJS scripts. - -(This may be some option/method for enabling this in Firefox, but I don't know -what is it) +Browser compatibility +--------------------- +As of the time of writing this, Mozilla Firefox and a few other browsers do not support `dynamic import `_ functionality and therefore cannot run NetscriptJS scripts. These browsers will thus only be capable of using Netscript 1.0. How to use NetscriptJS ----------------------