Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Web.Browser
Synopsis
- openBrowser :: String -> IO Bool
Documentation
Arguments
:: String | URL |
-> IO Bool |
Seeks to open the given URL in the user's preferred web browser. Returns
whether or not the operation succeeded. Throws an ErrorCall
exception if
the operating system is unsupported.