You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usingJint;usingSystem.IO;
...var engine =newEngine().SetValue("log",newAction<object>(Console.WriteLine));stringjsCode=File.ReadAllText("chemin_vers_votre_fichier.js");engine.Execute(jsCode);varresult=engine.Invoke("nom_de_la_fonction");Console.WriteLine(result);// Affiche le résultat de la fonction JavaScript
Implement Stream
The text was updated successfully, but these errors were encountered:
or
Implement Stream
The text was updated successfully, but these errors were encountered: