Table of Contents

Class ProgressEventInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class ProgressEventInit : EventInit
Inheritance
ProgressEventInit
Inherited Members

Constructors

ProgressEventInit()

public ProgressEventInit()

Fields

LengthComputable

[Value("lengthComputable")]
public bool LengthComputable

Field Value

bool

Loaded

[Value("loaded")]
public ulong Loaded

Field Value

ulong

Total

[Value("total")]
public ulong Total

Field Value

ulong