jsaddle-dom-0.9.4.1: DOM library that uses jsaddle to support both GHCJS and GHC

Safe HaskellNone
LanguageHaskell2010

JSDOM.Generated.MutationEvent

Synopsis

Documentation

initMutationEvent :: (MonadDOM m, ToJSString type', IsNode relatedNode, ToJSString prevValue, ToJSString newValue, ToJSString attrName) => MutationEvent -> Maybe type' -> Bool -> Bool -> Maybe relatedNode -> Maybe prevValue -> Maybe newValue -> Maybe attrName -> Maybe Word -> m () Source #

pattern MODIFICATION :: forall a. (Eq a, Num a) => a Source #

pattern ADDITION :: forall a. (Eq a, Num a) => a Source #

pattern REMOVAL :: forall a. (Eq a, Num a) => a Source #

newtype MutationEvent Source #

Functions for this inteface are in JSDOM.MutationEvent. Base interface functions are in:

Mozilla MutationEvent documentation

Constructors

MutationEvent