Does the EcmaScript specification indicate any restrictions on the process model used to implement the runtime?
For example, is an event loop required for a single thread from a thread that controls the run-time relationship with the operating system IO subsystems?
No, it does not say anything. Communication Runtime and IO are not even part of the language; they are implementation dependent objects.
ECMAScript " ", " " , . , , , JS .
, HTML5 , .
Source: https://habr.com/ru/post/1584630/More articles:How to get all jar from tomcat classpath application? - javaCheck if audio file is valid as MP3 in shell - bashMobile application for spam referrals - iosWhat is an atomic disk for a Linux file system? - httpHow to make .getElementById () and .innerHTML () a bridge between HTML and DOM? - javascriptLink the LINQ query to FastReport and get only one row of data - c #how to import a text file in R as a character vector - stringPython buttons Matplotlib - pythonodd batch file error: invalid argument / parameter: - 'eq' - windowsHow can multivariate input data be provided for ANN encoding in java? - javaAll Articles