Table of Contents

Class RequestInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class RequestInit
Inheritance
RequestInit
Inherited Members

Constructors

RequestInit()

public RequestInit()

Fields

AdAuctionHeaders

[Value("adAuctionHeaders")]
public bool AdAuctionHeaders

Field Value

bool

AttributionReporting

[Value("attributionReporting")]
public AttributionReportingRequestOptions AttributionReporting

Field Value

AttributionReportingRequestOptions

Body

[Value("body")]
public Union41? Body

Field Value

Union41?

Cache

[Value("cache")]
public RequestCache Cache

Field Value

RequestCache

Credentials

[Value("credentials")]
public RequestCredentials Credentials

Field Value

RequestCredentials

Duplex

[Value("duplex")]
public RequestDuplex Duplex

Field Value

RequestDuplex

Headers

[Value("headers")]
public Union39 Headers

Field Value

Union39

Integrity

[Value("integrity")]
public string Integrity

Field Value

string

Keepalive

[Value("keepalive")]
public bool Keepalive

Field Value

bool

Method

[Value("method")]
public string Method

Field Value

string

Mode

[Value("mode")]
public RequestMode Mode

Field Value

RequestMode

Priority

[Value("priority")]
public RequestPriority Priority

Field Value

RequestPriority

PrivateToken

[Value("privateToken")]
public PrivateToken PrivateToken

Field Value

PrivateToken

Redirect

[Value("redirect")]
public RequestRedirect Redirect

Field Value

RequestRedirect

Referrer

[Value("referrer")]
public string Referrer

Field Value

string

ReferrerPolicy

[Value("referrerPolicy")]
public ReferrerPolicy ReferrerPolicy

Field Value

ReferrerPolicy

SharedStorageWritable

[Value("sharedStorageWritable")]
public bool SharedStorageWritable

Field Value

bool

Signal

[Value("signal")]
public AbortSignal? Signal

Field Value

AbortSignal

TargetAddressSpace

[Value("targetAddressSpace")]
public IPAddressSpace TargetAddressSpace

Field Value

IPAddressSpace

Window

[Value("window")]
public dynamic Window

Field Value

dynamic