ghcjs-base-stub-0.3.0.1: Allow GHCJS projects to compile under GHC and develop using intero.
JavaScript.Web.Location
data Location Source #
getWindowLocation :: IO Location Source #
getHref :: Location -> IO JSString Source #
setHref :: JSString -> Location -> IO () Source #
getProtocol :: Location -> IO JSString Source #
setProtocol :: JSString -> Location -> IO () Source #
getHost :: Location -> IO JSString Source #
setHost :: JSString -> Location -> IO () Source #
getHostname :: Location -> IO JSString Source #
setHostname :: JSString -> Location -> IO () Source #
getPort :: Location -> IO JSString Source #
setPort :: JSString -> Location -> IO () Source #
getPathname :: Location -> IO JSString Source #
setPathname :: JSString -> Location -> IO () Source #
getSearch :: Location -> IO JSString Source #
setSearch :: JSString -> Location -> IO () Source #
getHash :: Location -> IO JSString Source #
setHash :: JSString -> Location -> IO () Source #
getUsername :: Location -> IO JSString Source #
setUsername :: JSString -> Location -> IO () Source #
getPassword :: Location -> IO JSString Source #
setPassword :: JSString -> Location -> IO () Source #
getOrigin :: Location -> IO JSString Source #
assign :: JSString -> Location -> IO () Source #
reload :: Bool -> Location -> IO () Source #
replace :: JSString -> Location -> IO () Source #