-
Notifications
You must be signed in to change notification settings - Fork 10.7k
.NET to JS Streaming Interop API Proposal #35009
Copy link
Copy link
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedapi-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing one
Milestone
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedapi-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing one
Type
Fields
Give feedbackNo fields configured for issues without a type.
Background and Motivation
Support sending data streams from .NET to JS. This is the other end of the JS to .NET streaming functionality implemented earlier.
Proposed API
Usage Examples
or as return value:
Alternative Designs
N/A
Risks
N/A
PR: #34817