Files
lazarus-ccr/components/geckoport/version2/gecko10/nsidomperformance.inc

12 lines
371 B
PHP
Raw Normal View History

type
nsIDOMPerformance = interface(nsISupports)
['{446faf26-000b-4e66-a5fd-ae37c5ed6beb}']
function Gettiming(): nsIDOMPerformanceTiming; safecall;
property timing : nsIDOMPerformanceTiming read Gettiming;
function Getnavigation(): nsIDOMPerformanceNavigation; safecall;
property navigation : nsIDOMPerformanceNavigation read Getnavigation;
end;