Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.ProgressEvent
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:
Constructors
ProgressEvent | |
Fields |
Instances
PToJSVal ProgressEvent Source # | |
Defined in JSDOM.Types Methods pToJSVal :: ProgressEvent -> JSVal # | |
PFromJSVal ProgressEvent Source # | |
Defined in JSDOM.Types Methods pFromJSVal :: JSVal -> ProgressEvent # | |
ToJSVal ProgressEvent Source # | |
Defined in JSDOM.Types | |
FromJSVal ProgressEvent Source # | |
Defined in JSDOM.Types Methods 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 Methods 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 Methods 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 #