Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newProgressEvent :: (MonadDOM m, ToJSString type') => type' -> Maybe ProgressEventInit -> m ProgressEvent
- getLengthComputable :: (MonadDOM m, IsProgressEvent self) => self -> m Bool
- getLoaded :: (MonadDOM m, IsProgressEvent self) => self -> m Word64
- getTotal :: (MonadDOM m, IsProgressEvent self) => self -> m Word64
- newtype ProgressEvent = ProgressEvent {}
- gTypeProgressEvent :: JSM GType
- class (IsEvent o, IsGObject o) => IsProgressEvent o
- toProgressEvent :: IsProgressEvent o => o -> ProgressEvent
Documentation
newProgressEvent :: (MonadDOM m, ToJSString type') => type' -> Maybe ProgressEventInit -> m ProgressEvent Source #
getLengthComputable :: (MonadDOM m, IsProgressEvent self) => self -> m Bool Source #
newtype ProgressEvent Source #
Functions for this inteface are in JSDOM.ProgressEvent. Base interface functions are in:
Instances
PToJSVal ProgressEvent Source # | |
Defined in JSDOM.Types pToJSVal :: ProgressEvent -> JSVal # | |
PFromJSVal ProgressEvent Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> ProgressEvent # | |
ToJSVal ProgressEvent Source # | |
Defined in JSDOM.Types toJSVal :: ProgressEvent -> JSM JSVal # toJSValListOf :: [ProgressEvent] -> JSM JSVal # | |
FromJSVal ProgressEvent Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe ProgressEvent) # fromJSValUnchecked :: JSVal -> JSM ProgressEvent # fromJSValListOf :: JSVal -> JSM (Maybe [ProgressEvent]) # fromJSValUncheckedListOf :: JSVal -> JSM [ProgressEvent] # | |
MakeObject ProgressEvent Source # | |
Defined in JSDOM.Types makeObject :: ProgressEvent -> JSM Object # | |
IsProgressEvent ProgressEvent Source # | |
Defined in JSDOM.Types | |
IsEvent ProgressEvent Source # | |
Defined in JSDOM.Types | |
IsGObject ProgressEvent Source # | |
Defined in JSDOM.Types typeGType :: ProgressEvent -> JSM GType |
class (IsEvent o, IsGObject o) => IsProgressEvent o Source #
Instances
IsProgressEvent XMLHttpRequestProgressEvent Source # | |
Defined in JSDOM.Types | |
IsProgressEvent ProgressEvent Source # | |
Defined in JSDOM.Types |
toProgressEvent :: IsProgressEvent o => o -> ProgressEvent Source #