|
|
|
|
|
by a1369209993
1888 days ago
|
|
Turing-complete is (kind of) irrelevant, the question is what (equivalent of) system calls is has access to. Eg, javascript should not be able to set cookies or cause network traffic after page load by default. > all you need to be able to do is make an HTTP request Precicely. Inability to do this is (part of) what > > heavily restricted javascript means. |
|