Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 622 Bytes

File metadata and controls

43 lines (27 loc) · 622 Bytes

Module Data.DOM.Simple.Encode

encodeURIComponent

encodeURIComponent :: String -> String

decodeURIComponent

decodeURIComponent :: String -> String

encodeURI

encodeURI :: String -> String

decodeURI

decodeURI :: String -> String

paramatize

paramatize :: forall a. a -> String

Given an object, convert it into URL parameters.

toJsonString

toJsonString :: forall eff a. a -> Eff (dom :: DOM | eff) String

Given an object, convert it into a JSON string