Safe Haskell | None |
---|---|
Language | Haskell2010 |
If you just want to run some JavaScript that you have as a string this is
you can use eval
or evaluateScript
.
Synopsis
- eval :: ToJSString script => script -> JSM JSVal
Safe Haskell | None |
---|---|
Language | Haskell2010 |
If you just want to run some JavaScript that you have as a string this is
you can use eval
or evaluateScript
.