webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
WebCore::ProgressEvent::Init Struct Reference

#include <ProgressEvent.h>

Inheritance diagram for WebCore::ProgressEvent::Init:
WebCore::EventInit WebCore::EventInit

Public Attributes

bool lengthComputable { false }
 
unsigned long long loaded { 0 }
 
unsigned long long total { 0 }
 
- Public Attributes inherited from WebCore::EventInit
bool bubbles { false }
 
bool cancelable { false }
 
bool composed { false }
 

Member Data Documentation

◆ lengthComputable

bool WebCore::ProgressEvent::Init::lengthComputable { false }

◆ loaded

unsigned long long WebCore::ProgressEvent::Init::loaded { 0 }

◆ total

unsigned long long WebCore::ProgressEvent::Init::total { 0 }

The documentation for this struct was generated from the following file: