Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- getName :: (MonadDOM m, IsPerformanceEntry self, FromJSString result) => self -> m result
- getEntryType :: (MonadDOM m, IsPerformanceEntry self, FromJSString result) => self -> m result
- getStartTime :: (MonadDOM m, IsPerformanceEntry self) => self -> m DOMHighResTimeStamp
- getDuration :: (MonadDOM m, IsPerformanceEntry self) => self -> m DOMHighResTimeStamp
- newtype PerformanceEntry = PerformanceEntry {}
- gTypePerformanceEntry :: JSM GType
- class IsGObject o => IsPerformanceEntry o
- toPerformanceEntry :: IsPerformanceEntry o => o -> PerformanceEntry
Documentation
getName :: (MonadDOM m, IsPerformanceEntry self, FromJSString result) => self -> m result Source #
getEntryType :: (MonadDOM m, IsPerformanceEntry self, FromJSString result) => self -> m result Source #
getStartTime :: (MonadDOM m, IsPerformanceEntry self) => self -> m DOMHighResTimeStamp Source #
getDuration :: (MonadDOM m, IsPerformanceEntry self) => self -> m DOMHighResTimeStamp Source #
newtype PerformanceEntry Source #
Functions for this inteface are in JSDOM.PerformanceEntry.
Instances
PToJSVal PerformanceEntry Source # | |
Defined in JSDOM.Types pToJSVal :: PerformanceEntry -> JSVal # | |
PFromJSVal PerformanceEntry Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> PerformanceEntry # | |
ToJSVal PerformanceEntry Source # | |
Defined in JSDOM.Types toJSVal :: PerformanceEntry -> JSM JSVal # toJSValListOf :: [PerformanceEntry] -> JSM JSVal # | |
FromJSVal PerformanceEntry Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe PerformanceEntry) # fromJSValUnchecked :: JSVal -> JSM PerformanceEntry # fromJSValListOf :: JSVal -> JSM (Maybe [PerformanceEntry]) # fromJSValUncheckedListOf :: JSVal -> JSM [PerformanceEntry] # | |
MakeObject PerformanceEntry Source # | |
Defined in JSDOM.Types makeObject :: PerformanceEntry -> JSM Object # | |
IsPerformanceEntry PerformanceEntry Source # | |
Defined in JSDOM.Types | |
IsGObject PerformanceEntry Source # | |
Defined in JSDOM.Types typeGType :: PerformanceEntry -> JSM GType |
class IsGObject o => IsPerformanceEntry o Source #
Instances
IsPerformanceEntry PerformanceResourceTiming Source # | |
Defined in JSDOM.Types | |
IsPerformanceEntry PerformanceMeasure Source # | |
Defined in JSDOM.Types | |
IsPerformanceEntry PerformanceMark Source # | |
Defined in JSDOM.Types | |
IsPerformanceEntry PerformanceEntry Source # | |
Defined in JSDOM.Types |
toPerformanceEntry :: IsPerformanceEntry o => o -> PerformanceEntry Source #