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

Safe HaskellNone
LanguageHaskell2010

JSDOM.Generated.Performance

Synopsis

Documentation

measure :: (MonadDOM m, ToJSString measureName, ToJSString startMark, ToJSString endMark) => Performance -> measureName -> Maybe startMark -> Maybe endMark -> m () Source #

newtype Performance Source #

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

Mozilla Performance documentation

Constructors

Performance 

Fields