ghcjs-dom-0.1.0.0: DOM library that supports both GHCJS and WebKitGTK

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.Navigator

Documentation

navigatorGetAppCodeName :: (IsNavigator self, FromJSString result) => self -> IO result Source

navigatorGetAppName :: (IsNavigator self, FromJSString result) => self -> IO result Source

navigatorGetAppVersion :: (IsNavigator self, FromJSString result) => self -> IO result Source

navigatorGetLanguage :: (IsNavigator self, FromJSString result) => self -> IO result Source

navigatorGetUserAgent :: (IsNavigator self, FromJSString result) => self -> IO result Source

navigatorGetPlatform :: (IsNavigator self, FromJSString result) => self -> IO result Source

navigatorGetProduct :: (IsNavigator self, FromJSString result) => self -> IO result Source

navigatorGetProductSub :: (IsNavigator self, FromJSString result) => self -> IO result Source

navigatorGetVendor :: (IsNavigator self, FromJSString result) => self -> IO result Source

navigatorGetVendorSub :: (IsNavigator self, FromJSString result) => self -> IO result Source