Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.PerformanceEntryList
- item :: MonadDOM m => PerformanceEntryList -> Word -> m (Maybe PerformanceEntry)
- item_ :: MonadDOM m => PerformanceEntryList -> Word -> m ()
- itemUnchecked :: MonadDOM m => PerformanceEntryList -> Word -> m PerformanceEntry
- getLength :: MonadDOM m => PerformanceEntryList -> m Word
- data PerformanceEntryList
- castToPerformanceEntryList :: IsGObject obj => obj -> JSM PerformanceEntryList
- gTypePerformanceEntryList :: JSM GType
Documentation
item :: MonadDOM m => PerformanceEntryList -> Word -> m (Maybe PerformanceEntry) Source #
itemUnchecked :: MonadDOM m => PerformanceEntryList -> Word -> m PerformanceEntry Source #
data PerformanceEntryList Source #
Functions for this inteface are in JSDOM.PerformanceEntryList.
castToPerformanceEntryList :: IsGObject obj => obj -> JSM PerformanceEntryList Source #