Module
GlobalScope.Service
- Package
- purescript-workers
- Repository
- truqu/purescript-workers
#WindowClient Source
data WindowClient :: Type#ClientQueryOptions Source
type ClientQueryOptions = { clientType :: ClientType, includeUncontrolled :: Boolean }#VisibilityState Source
#registration Source
registration :: forall e. Eff (worker :: WORKER | e) Registration#openWindow Source
openWindow :: forall e. Clients -> String -> Aff (worker :: WORKER | e) WindowClient#focused Source
focused :: WindowClient -> Boolean#focus Source
focus :: forall e. WindowClient -> Aff (worker :: WORKER | e) WindowClient