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 1.5.5

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

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


   ===========
   DESCRIPTION
   ===========
   This project is a .NET wrapper for working with the Internet Explorer's
   JavaScript engines (JsRT version of Chakra, ActiveScript version of
   Chakra and Classic JavaScript Engine).
   Project was based on the code of SassAndCoffee.JavaScript
   (http://github.com/paulcbetts/SassAndCoffee) and Chakra Sample Hosts
   (http://github.com/panopticoncentral/chakra-host).

   =============
   RELEASE NOTES
   =============
   1. Fixed an error, that occurs on computers with IE 6;
   2. Removed `Obsolete` attribute from parameterless constructor.

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