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
- Modules
- Aff.
ApplicationCache - Aff.
MessagePort - Aff.
Workers - Aff.
Workers. Dedicated - Aff.
Workers. Service - Aff.
Workers. Shared - ApplicationCache
- Cache
- Fetch
- GlobalScope
- GlobalScope.
Dedicated - GlobalScope.
Service - GlobalScope.
Shared - MessagePort
- Workers
- Workers.
Class - Workers.
Dedicated - Workers.
Service - Workers.
Shared