Enum RequestDuplex
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
NOTE
Experimentalduplex read-only property of the Request interface returns the duplex mode of the request, which determines whether the browser must send the entire request before processing the response.
[To("None")]
public enum RequestDuplex
Fields
[EnumValue("half")] Half = 0
Remarks
-Fetch API
-Request(Union42, RequestInit) constructor
-RequestInit.duplex in request options
-Consuming a fetch as a stream