forked from Taritsyn/MsieJavaScriptEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
29 lines (22 loc) · 1.03 KB
/
readme.txt
File metadata and controls
29 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--------------------------------------------------------------------------------
README file for MSIE JavaScript Engine for .NET v3.0.7
--------------------------------------------------------------------------------
Copyright (c) 2012-2020 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 (http://github.com/paulcbetts/SassAndCoffee),
Chakra Sample Hosts (http://github.com/panopticoncentral/chakra-host) and
jsrt-dotnet (http://github.com/robpaveza/jsrt-dotnet).
=============
RELEASE NOTES
=============
Fixed a error “Program crash after function call with too much parameters”.
============
PROJECT SITE
============
http://github.com/Taritsyn/MsieJavaScriptEngine