BSD-3-Clause licensed by Louis Pan
Maintained by [email protected]
This version can be pinned in stack with:javascript-extras-0.5.0.0@sha256:e182d18bad83cf888a39e75dda008cfffd7e6b8f1345082a2efbd90beb9e4978,1967

Hackage

Extra javascript functions when using GHCJS

Changelog

  • 0.5.0.0

    • flipped the args of getProperty and setProperty This makes it easier for chaining.
  • 0.4.0.0

    • Renamed JSVar to JSRep to avoid confusion with JSVal
    • Renamed toJS' to toJSR
    • Renamed fromJS' to fromJSR
    • getProperty and setProperty uses JE.ToJS a instead of Coercible a J.JSVal
    • flipped the args of getProperty and setProperty
    • Moved justSnds to esoteric-extras Data.Maybe.Esoteric.keepMaybes
    • Renamed safeModularIncrement to safeIncrement
    • Renamed safeModularDecrement to safeDecrement
  • 0.3.3.0

    • Added classNames, justSnds