Région de recherche :

Date :

https://microsoft.github.io › ClearScript › 2022 › 02 › 04 › top-level-await.html

Top-Level Await in ClearScript 7.2.2 | ClearScript

ClearScript 7.2.2 is paired with V8 9.8, which no longer supports Top-Level Await control. Background. Top-Level Await is a feature that enables code at the outermost scope of an ECMAScript 6 module to be executed as an async function. ClearScript 7.1.3 added an API for controlling Top-Level Await.

https://microsoft.github.io › ClearScript

Add scripting to your .NET applications quickly and easily. - ClearScript

ClearScript 7.2.2 is paired with V8 9.8, which no longer supports Top-Level Await control. Read more…

Add scripting to your .NET applications quickly and easily. - ClearScript

https://twitter.com › ClearScriptLib › status › 1490358462471151622

ClearScript on Twitter: "ClearScript 7.2.2 released with fixes ...

ClearScript 7.2.2 released with fixes, ArrayBuffer [View] enhancements, and support for V8 9.8. github.com. Release Version 7.2.2 · microsoft/ClearScript. Breaking Changes: V8Settings.EnableTopLevelAwait is no longer effective and has been deprecated. Top-Level Await is now always enabled. More...

https://github.com › Microsoft › ClearScript › releases

Releases · microsoft/ClearScript - GitHub

A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows). - microsoft/ClearScript

https://github.com › microsoft › ClearScript › blob › master › docs › _posts › 2022-2-4-top-level...

Background - GitHub

ClearScript 7.2.2 is paired with V8 9.8, which no longer supports Top-Level Await control. \n Background \n. Top-Level Await is a feature that enables code at the outermost scope of an ECMAScript 6 module to be executed as an async function. \n. ClearScript 7.1.3 added an API for controlling Top-Level Await.

https://twitter.com › ClearScriptLib › status › 1490359782007611400

ClearScript on Twitter: "ClearScript 7.2.2 NuGet packages released with ...

ClearScript 7.2.2 NuGet packages released with fixes, ArrayBuffer[View] enhancements, and support for V8 9.8. https://www.nuget.org/profiles/ClearScript. 06 Feb 2022

https://www.nuget.org › packages › Microsoft.ClearScript.Windows.Core

Microsoft.ClearScript.Windows.Core 7.4.5 - NuGet Gallery

ClearScript is a library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via V8 and JScript) and VBScript. Features. Simple usage; create a script engine, add your objects and/or types, run scripts; Support for several script engines: Google's V8, Microsoft's JScript and VBScript

https://www.nuget.org › packages › Microsoft.ClearScript.Core

Microsoft.ClearScript.Core 7.4.5 - NuGet Gallery

ClearScript is a library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via V8 and JScript) and VBScript. Features. Simple usage; create a script engine, add your objects and/or types, run scripts; Support for several script engines: Google's V8, Microsoft's JScript and VBScript

Microsoft.ClearScript.Core 7.4.5 - NuGet Gallery

https://www.nuget.org › packages › Microsoft.ClearScript › 7.4.2

Microsoft.ClearScript 7.4.2 - NuGet Gallery

ClearScript is a library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via V8 and JScript) and VBScript. Features. Simple usage; create a script engine, add your objects and/or types, run scripts. Support for several script engines: Google's V8, Microsoft's JScript and VBScript.

https://github.com › microsoft › ClearScript › issues › 349

Direct access to ArrayBuffer bytes from .net side? #349

I am currently working on project where we have array buffers with pretty big sizes, like 512mb+. Most of the data processing happens on JS side. Wow! It's impressive that V8 has the performance to handle that much data in JavaScript.