You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<description>JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (MSIE JavaScript Engine for .Net, Microsoft ClearScript.V8, Jurassic, Jint and ChakraCore). This library allows you to quickly and easily switch to using of another JavaScript engine.</description>
14
14
<summary>JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (MSIE JavaScript Engine for .Net, Microsoft ClearScript.V8, Jurassic, Jint and ChakraCore).</summary>
15
-
<releaseNotes>In `IJsEngine` interface was added `SupportsScriptInterruption` property and `Interrupt` method.</releaseNotes>
15
+
<releaseNotes>1. `Instance` property was renamed to the `Current` property;
16
+
2. Now you can implement your own version of the `JsEngineSwitcher` class.</releaseNotes>
Copy file name to clipboardExpand all lines: src/JavaScriptEngineSwitcher.Extensions.MsDependencyInjection/JsEngineSwitcherServiceCollectionExtensions.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ public static JsEngineFactoryCollection AddJsEngineSwitcher(this IServiceCollect
0 commit comments