Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
navigatorJavaEnabled :: IsNavigator self => self -> IO Bool Source
navigatorGetStorageUpdates :: IsNavigator self => self -> IO () Source
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
navigatorGetPlugins :: IsNavigator self => self -> IO (Maybe DOMPluginArray) Source
navigatorGetMimeTypes :: IsNavigator self => self -> IO (Maybe DOMMimeTypeArray) 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
navigatorGetCookieEnabled :: IsNavigator self => self -> IO Bool Source
navigatorGetOnLine :: IsNavigator self => self -> IO Bool Source
class GObjectClass o => IsNavigator o Source
castToNavigator :: GObjectClass obj => obj -> Navigator Source
toNavigator :: IsNavigator o => o -> Navigator Source