awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCancellable JavaScript Invocations

Capabilities for cancelling long-running JavaScript functions from .NET code using CancellationTokenSource and JavaScript AbortController.

Distinct from JavaScript Interop: Distinct from general JavaScript Interop: focuses on cancellation of JavaScript functions from .NET, not general function invocation.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Cancellable JavaScript Invocations. Refine with filters or upvote what's useful.

Awesome Cancellable JavaScript Invocations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dotnet/blazordotnet 的头像

    dotnet/blazor

    9,276在 GitHub 上查看↗

    Blazor is a .NET framework for building interactive web user interfaces using C# instead of JavaScript. It provides a component-based UI composition model where reusable, self-contained UI elements are built with C# logic and Razor markup, supporting nesting, parameters, and lifecycle events. The framework offers two primary rendering models: a client-side runtime that compiles C# to WebAssembly and executes directly in the browser, and a server-side model that renders UI on the server and sends incremental DOM updates over a persistent SignalR connection. A central capability of Blazor is it

    Provides cancellation support for long-running JavaScript functions via CancellationTokenSource and AbortController.

    PowerShell
    在 GitHub 上查看↗9,276
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Interop
  4. Cancellable JavaScript Invocations