Finished wget() Netscript fn implementation. Updated documentation

This commit is contained in:
danielyxie
2018-09-27 23:19:52 -05:00
parent 44ce4bc674
commit a7592250f3
5 changed files with 39 additions and 30 deletions
+1
View File
@@ -58,6 +58,7 @@ Here is a summary of all rules you need to follow when writing Netscript JS code
* run
* exec
* prompt
* wget
* Any function that contains :code:`await` must be declared as :code:`async`