Does the EcmaScript specification indicate any restrictions on the process model used to implement the runtime?

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?

+2
source share
1 answer

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 , .

+4

Source: https://habr.com/ru/post/1584630/


All Articles