gi-webkit-3.0.9: WebKit bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMPerformanceTiming

Contents

Description

 

Synopsis

Exported types

newtype DOMPerformanceTiming Source #

Constructors

DOMPerformanceTiming (ManagedPtr DOMPerformanceTiming) 

Instances

GObject DOMPerformanceTiming Source # 
IsObject DOMPerformanceTiming Source # 
IsDOMPerformanceTiming DOMPerformanceTiming Source # 
IsDOMObject DOMPerformanceTiming Source # 
((~) * info (ResolveDOMPerformanceTimingMethod t DOMPerformanceTiming), MethodInfo * info DOMPerformanceTiming p) => IsLabel t (DOMPerformanceTiming -> p) Source # 
((~) * info (ResolveDOMPerformanceTimingMethod t DOMPerformanceTiming), MethodInfo * info DOMPerformanceTiming p) => IsLabelProxy t (DOMPerformanceTiming -> p) Source # 
HasAttributeList * DOMPerformanceTiming Source # 
type SignalList DOMPerformanceTiming Source # 
type SignalList DOMPerformanceTiming
type AttributeList DOMPerformanceTiming Source # 
type AttributeList DOMPerformanceTiming

Methods

getConnectEnd

getConnectStart

getDomComplete

getDomContentLoadedEventEnd

getDomContentLoadedEventStart

getDomInteractive

getDomLoading

getDomainLookupEnd

getDomainLookupStart

getFetchStart

getLoadEventEnd

getLoadEventStart

getNavigationStart

getRedirectEnd

getRedirectStart

getRequestStart

getResponseEnd

getResponseStart

getSecureConnectionStart

getUnloadEventEnd

getUnloadEventStart

Properties

connectEnd

data DOMPerformanceTimingConnectEndPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingConnectEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingConnectEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingConnectEndPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingConnectEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingConnectEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingConnectEndPropertyInfo = "connect-end"
type AttrGetType DOMPerformanceTimingConnectEndPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingConnectEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingConnectEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingConnectEndPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingConnectEnd :: AttrLabelProxy "connectEnd" Source #

connectStart

data DOMPerformanceTimingConnectStartPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingConnectStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingConnectStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingConnectStartPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingConnectStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingConnectStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingConnectStartPropertyInfo = "connect-start"
type AttrGetType DOMPerformanceTimingConnectStartPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingConnectStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingConnectStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingConnectStartPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingConnectStart :: AttrLabelProxy "connectStart" Source #

domComplete

data DOMPerformanceTimingDomCompletePropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingDomCompletePropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingDomCompletePropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingDomCompletePropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingDomCompletePropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomCompletePropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomCompletePropertyInfo = "dom-complete"
type AttrGetType DOMPerformanceTimingDomCompletePropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingDomCompletePropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomCompletePropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomCompletePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingDomComplete :: AttrLabelProxy "domComplete" Source #

domContentLoadedEventEnd

data DOMPerformanceTimingDomContentLoadedEventEndPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingDomContentLoadedEventEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingDomContentLoadedEventEndPropertyInfo Source # 
type AttrOrigin DOMPerformanceTimingDomContentLoadedEventEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomContentLoadedEventEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomContentLoadedEventEndPropertyInfo = "dom-content-loaded-event-end"
type AttrGetType DOMPerformanceTimingDomContentLoadedEventEndPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingDomContentLoadedEventEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomContentLoadedEventEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomContentLoadedEventEndPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingDomContentLoadedEventEnd :: AttrLabelProxy "domContentLoadedEventEnd" Source #

domContentLoadedEventStart

data DOMPerformanceTimingDomContentLoadedEventStartPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingDomContentLoadedEventStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingDomContentLoadedEventStartPropertyInfo Source # 
type AttrOrigin DOMPerformanceTimingDomContentLoadedEventStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomContentLoadedEventStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomContentLoadedEventStartPropertyInfo = "dom-content-loaded-event-start"
type AttrGetType DOMPerformanceTimingDomContentLoadedEventStartPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingDomContentLoadedEventStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomContentLoadedEventStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomContentLoadedEventStartPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingDomContentLoadedEventStart :: AttrLabelProxy "domContentLoadedEventStart" Source #

domInteractive

data DOMPerformanceTimingDomInteractivePropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingDomInteractivePropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingDomInteractivePropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingDomInteractivePropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingDomInteractivePropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomInteractivePropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomInteractivePropertyInfo = "dom-interactive"
type AttrGetType DOMPerformanceTimingDomInteractivePropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingDomInteractivePropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomInteractivePropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomInteractivePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingDomInteractive :: AttrLabelProxy "domInteractive" Source #

domLoading

data DOMPerformanceTimingDomLoadingPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingDomLoadingPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingDomLoadingPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingDomLoadingPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingDomLoadingPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomLoadingPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomLoadingPropertyInfo = "dom-loading"
type AttrGetType DOMPerformanceTimingDomLoadingPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingDomLoadingPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomLoadingPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomLoadingPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingDomLoading :: AttrLabelProxy "domLoading" Source #

domainLookupEnd

data DOMPerformanceTimingDomainLookupEndPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingDomainLookupEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingDomainLookupEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingDomainLookupEndPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingDomainLookupEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomainLookupEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomainLookupEndPropertyInfo = "domain-lookup-end"
type AttrGetType DOMPerformanceTimingDomainLookupEndPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingDomainLookupEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomainLookupEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomainLookupEndPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingDomainLookupEnd :: AttrLabelProxy "domainLookupEnd" Source #

domainLookupStart

data DOMPerformanceTimingDomainLookupStartPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingDomainLookupStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingDomainLookupStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingDomainLookupStartPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingDomainLookupStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomainLookupStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingDomainLookupStartPropertyInfo = "domain-lookup-start"
type AttrGetType DOMPerformanceTimingDomainLookupStartPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingDomainLookupStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomainLookupStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingDomainLookupStartPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingDomainLookupStart :: AttrLabelProxy "domainLookupStart" Source #

fetchStart

data DOMPerformanceTimingFetchStartPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingFetchStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingFetchStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingFetchStartPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingFetchStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingFetchStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingFetchStartPropertyInfo = "fetch-start"
type AttrGetType DOMPerformanceTimingFetchStartPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingFetchStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingFetchStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingFetchStartPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingFetchStart :: AttrLabelProxy "fetchStart" Source #

loadEventEnd

data DOMPerformanceTimingLoadEventEndPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingLoadEventEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingLoadEventEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingLoadEventEndPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingLoadEventEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingLoadEventEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingLoadEventEndPropertyInfo = "load-event-end"
type AttrGetType DOMPerformanceTimingLoadEventEndPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingLoadEventEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingLoadEventEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingLoadEventEndPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingLoadEventEnd :: AttrLabelProxy "loadEventEnd" Source #

loadEventStart

data DOMPerformanceTimingLoadEventStartPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingLoadEventStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingLoadEventStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingLoadEventStartPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingLoadEventStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingLoadEventStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingLoadEventStartPropertyInfo = "load-event-start"
type AttrGetType DOMPerformanceTimingLoadEventStartPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingLoadEventStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingLoadEventStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingLoadEventStartPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingLoadEventStart :: AttrLabelProxy "loadEventStart" Source #

navigationStart

data DOMPerformanceTimingNavigationStartPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingNavigationStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingNavigationStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingNavigationStartPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingNavigationStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingNavigationStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingNavigationStartPropertyInfo = "navigation-start"
type AttrGetType DOMPerformanceTimingNavigationStartPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingNavigationStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingNavigationStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingNavigationStartPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingNavigationStart :: AttrLabelProxy "navigationStart" Source #

redirectEnd

data DOMPerformanceTimingRedirectEndPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingRedirectEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingRedirectEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingRedirectEndPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingRedirectEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingRedirectEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingRedirectEndPropertyInfo = "redirect-end"
type AttrGetType DOMPerformanceTimingRedirectEndPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingRedirectEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingRedirectEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingRedirectEndPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingRedirectEnd :: AttrLabelProxy "redirectEnd" Source #

redirectStart

data DOMPerformanceTimingRedirectStartPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingRedirectStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingRedirectStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingRedirectStartPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingRedirectStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingRedirectStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingRedirectStartPropertyInfo = "redirect-start"
type AttrGetType DOMPerformanceTimingRedirectStartPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingRedirectStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingRedirectStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingRedirectStartPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingRedirectStart :: AttrLabelProxy "redirectStart" Source #

requestStart

data DOMPerformanceTimingRequestStartPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingRequestStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingRequestStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingRequestStartPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingRequestStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingRequestStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingRequestStartPropertyInfo = "request-start"
type AttrGetType DOMPerformanceTimingRequestStartPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingRequestStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingRequestStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingRequestStartPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingRequestStart :: AttrLabelProxy "requestStart" Source #

responseEnd

data DOMPerformanceTimingResponseEndPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingResponseEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingResponseEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingResponseEndPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingResponseEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingResponseEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingResponseEndPropertyInfo = "response-end"
type AttrGetType DOMPerformanceTimingResponseEndPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingResponseEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingResponseEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingResponseEndPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingResponseEnd :: AttrLabelProxy "responseEnd" Source #

responseStart

data DOMPerformanceTimingResponseStartPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingResponseStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingResponseStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingResponseStartPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingResponseStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingResponseStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingResponseStartPropertyInfo = "response-start"
type AttrGetType DOMPerformanceTimingResponseStartPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingResponseStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingResponseStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingResponseStartPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingResponseStart :: AttrLabelProxy "responseStart" Source #

secureConnectionStart

data DOMPerformanceTimingSecureConnectionStartPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingSecureConnectionStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingSecureConnectionStartPropertyInfo Source # 
type AttrOrigin DOMPerformanceTimingSecureConnectionStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingSecureConnectionStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingSecureConnectionStartPropertyInfo = "secure-connection-start"
type AttrGetType DOMPerformanceTimingSecureConnectionStartPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingSecureConnectionStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingSecureConnectionStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingSecureConnectionStartPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingSecureConnectionStart :: AttrLabelProxy "secureConnectionStart" Source #

unloadEventEnd

data DOMPerformanceTimingUnloadEventEndPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingUnloadEventEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingUnloadEventEndPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingUnloadEventEndPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingUnloadEventEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingUnloadEventEndPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingUnloadEventEndPropertyInfo = "unload-event-end"
type AttrGetType DOMPerformanceTimingUnloadEventEndPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingUnloadEventEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingUnloadEventEndPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingUnloadEventEndPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingUnloadEventEnd :: AttrLabelProxy "unloadEventEnd" Source #

unloadEventStart

data DOMPerformanceTimingUnloadEventStartPropertyInfo Source #

Instances

AttrInfo DOMPerformanceTimingUnloadEventStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingUnloadEventStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceTimingUnloadEventStartPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceTimingUnloadEventStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingUnloadEventStartPropertyInfo Source # 
type AttrLabel DOMPerformanceTimingUnloadEventStartPropertyInfo = "unload-event-start"
type AttrGetType DOMPerformanceTimingUnloadEventStartPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceTimingUnloadEventStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingUnloadEventStartPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceTimingUnloadEventStartPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceTimingUnloadEventStart :: AttrLabelProxy "unloadEventStart" Source #