Safe Haskell | None |
---|---|
Language | Haskell2010 |
- 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.
class IsGObject o => IsPerformanceEntry o Source #
toPerformanceEntry :: IsPerformanceEntry o => o -> PerformanceEntry Source #