Skip to content

Latest commit

 

History

History


   --------------------------------------------------------------------------------
               README file for JS Engine Switcher: Jint v3.11.0 Preview

   --------------------------------------------------------------------------------

           Copyright (c) 2013-2021 Andrey Taritsyn - http://www.taritsyn.ru


   ===========
   DESCRIPTION
   ===========
   JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the
   Jint JavaScript Engine (http://github.com/sebastienros/jint) version
   3.0.0 Beta 2002).

   =============
   RELEASE NOTES
   =============
   1. Jint was updated to version 3.0.0 Beta 2002;
   2. In configuration settings of the Jint JS engine a `AllowDebuggerStatement`
      property has been replaced by the `DebuggerStatementHandlingMode` property
      (default `Ignore`) and was added two new properties: `DebuggerBreakCallback`
      (default `null`) and `DebuggerStepCallback` (default `null`).

   =============
   DOCUMENTATION
   =============
   See documentation on GitHub -
   http://github.com/Taritsyn/JavaScriptEngineSwitcher