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) · 1022 Bytes
/
Copy pathreadme.txt
File metadata and controls
29 lines (22 loc) · 1022 Bytes
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.8
--------------------------------------------------------------------------------
Copyright (c) 2012-2021 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
=============
Improved a implementation of the `Dispose` method.
============
PROJECT SITE
============
http://github.com/Taritsyn/MsieJavaScriptEngine