Grammar mistake (?)

It literally says «Operating System system functions.»
This commit is contained in:
u-n-known 2020-02-10 23:25:43 +01:00 committed by GitHub
parent cad5a28a21
commit bad780799f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ JavaScript's abilities in the browser are limited for the sake of the user's saf
Examples of such restrictions include:
- JavaScript on a webpage may not read/write arbitrary files on the hard disk, copy them or execute programs. It has no direct access to OS system functions.
- JavaScript on a webpage may not read/write arbitrary files on the hard disk, copy them or execute programs. It has no direct access to OS functions.
Modern browsers allow it to work with files, but the access is limited and only provided if the user does certain actions, like "dropping" a file into a browser window or selecting it via an `<input>` tag.