jsaddle-0.9.8.0: Interface for JavaScript that works with GHCJS and GHC
Safe HaskellNone
LanguageHaskell2010

Language.Javascript.JSaddle.Null

Description

 
Synopsis

Documentation

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).