File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ internal static class JsEngineModeName
16
16
public const string ChakraActiveScript = "Chakra ActiveScript" ;
17
17
18
18
/// <summary>
19
- /// Name of Chakra “Legacy ” JsRT mode
19
+ /// Name of Chakra “IE ” JsRT mode
20
20
/// </summary>
21
21
public const string ChakraIeJsRt = "Chakra IE JsRT" ;
22
22
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ public enum JsEngineMode
24
24
ChakraActiveScript ,
25
25
26
26
/// <summary>
27
- /// “Legacy ” JsRT version of Chakra JavaScript engine (supports ECMAScript 5).
28
- /// Requires Internet Explorer 11 or higher on the machine.
27
+ /// “IE ” JsRT version of Chakra JavaScript engine (supports ECMAScript 5).
28
+ /// Requires Internet Explorer 11 or Microsoft Edge on the machine.
29
29
/// </summary>
30
30
ChakraIeJsRt ,
31
31
You can’t perform that action at this time.
0 commit comments