Safe Haskell | None |
---|---|
Language | Haskell2010 |
- newPromiseRejectionEvent :: (MonadDOM m, ToJSString type') => type' -> PromiseRejectionEventInit -> m PromiseRejectionEvent
- getPromise :: MonadDOM m => PromiseRejectionEvent -> m JSVal
- getReason :: MonadDOM m => PromiseRejectionEvent -> m JSVal
- newtype PromiseRejectionEvent = PromiseRejectionEvent {}
- gTypePromiseRejectionEvent :: JSM GType
Documentation
newPromiseRejectionEvent :: (MonadDOM m, ToJSString type') => type' -> PromiseRejectionEventInit -> m PromiseRejectionEvent Source #
getPromise :: MonadDOM m => PromiseRejectionEvent -> m JSVal Source #
newtype PromiseRejectionEvent Source #
Functions for this inteface are in JSDOM.PromiseRejectionEvent. Base interface functions are in: