X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


   --------------------------------------------------------------------------------
                README file for MSIE JavaScript Engine for .NET v3.2.2

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

           Copyright (c) 2012-2023 Andrey Taritsyn - http://www.taritsyn.ru


   ===========
   DESCRIPTION
   ===========
   This library is a .NET wrapper for working with the JavaScript engines of
   Internet Explorer and Edge Legacy (JsRT versions of Chakra, ActiveScript version
   of Chakra and Classic JavaScript Engine). Project was based on the code of
   SassAndCoffee.JavaScript (https://github.com/anaisbetts/SassAndCoffee),
   Chakra Sample Hosts (https://github.com/panopticoncentral/chakra-host) and
   jsrt-dotnet (https://github.com/robpaveza/jsrt-dotnet).

   =============
   RELEASE NOTES
   =============
   Fixed a error due to which the global object to become read-only after embedding
   of the host objects and types. Special thanks to Denis Pushkarev.

   ============
   PROJECT SITE
   ============
   https://github.com/Taritsyn/MsieJavaScriptEngine
X Tutup