jsaddle-0.9.7.1: Interface for JavaScript that works with GHCJS and GHC
Language.Javascript.JSaddle.Null
Description
run :: JSM () -> IO () Source #
This is for performance testing JSaddle code that does not need to to read anything back from the JavaScript context. Anthing that does try to read will get JS null, 0 or "" back (depending on how the value is read).