-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathreadme.txt
More file actions
30 lines (23 loc) · 1.05 KB
/
Copy pathreadme.txt
File metadata and controls
30 lines (23 loc) · 1.05 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
30
--------------------------------------------------------------------------------
README file for MSIE JavaScript Engine for .NET v3.2.0
--------------------------------------------------------------------------------
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
=============
In JavaScript engine settings was added one new property - `AllowReflection`
(default `false`).
============
PROJECT SITE
============
https://github.com/Taritsyn/MsieJavaScriptEngine