Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from WebKit.framework DOMProgressEvent.h }
{$ifdef TYPES}
type
DOMProgressEventPtr = ^DOMProgressEvent;
{$endif}
{$ifdef CLASSES}
type
DOMProgressEvent = objcclass external (DOMEvent)
public
function lengthComputable: ObjCBOOL; message 'lengthComputable';
function loaded: culonglong; message 'loaded';
function total: culonglong; message 'total';
end;
{$endif}