altmp / altv-js-module

JS module for alt:V Multiplayer. Powered by NodeJS & v8
MIT License
55 stars 35 forks source link

client: Add eval option to worker #164 #179

Closed vanlueckn closed 2 years ago

vanlueckn commented 2 years ago

Related to #164

Adds the optional parameter eval to the worker constructor. If eval is given and true, the provided string will be executed as eval.

The architecture was designed following the eval option of Nodejs.