Make modern http streaming apis easily consumable in WebAssembly #112442
Labels
arch-wasm
WebAssembly architecture
area-System.Net.Http
os-browser
Browser variant of arch-wasm
Priority:1
Work that is critical for the release, but we could probably ship without
Milestone
The discussion in the pull request #111680 revolves around enabling response streaming for WebAssembly, which introduces a breaking change by disallowing synchronous reads and throwing NotSupportedExceptions instead. The main points discussed include:
All supported browsers support response streaming.
To disable response streaming and allow synchronous reads, a new runtime feature flag WebAssemblyEnableStreamingResponse can be set to false.
Here are the options for handling this change:
You can view the full discussion and details of the pull request here.
The text was updated successfully, but these errors were encountered: