Module

GlobalScope

Package
purescript-workers
Repository
truqu/purescript-workers

#location Source

location :: forall e. Eff (worker :: WORKER | e) Location

#navigator Source

navigator :: forall e. Eff (worker :: WORKER | e) Navigator

#close Source

close :: forall e. Eff (worker :: WORKER | e) Unit

#onError Source

onError :: forall e' e. (Error -> Eff e' Unit) -> Eff (worker :: WORKER | e) Unit

#onLanguageChange Source

onLanguageChange :: forall e' e. Eff e' Unit -> Eff (worker :: WORKER | e) Unit

#onOffline Source

onOffline :: forall e' e. Eff e' Unit -> Eff (worker :: WORKER | e) Unit

#onOnline Source

onOnline :: forall e' e. Eff e' Unit -> Eff (worker :: WORKER | e) Unit

#onRejectionHandled Source

onRejectionHandled :: forall e' e. Eff e' Unit -> Eff (worker :: WORKER | e) Unit

#onUnhandledRejection Source

onUnhandledRejection :: forall e' e. Eff e' Unit -> Eff (worker :: WORKER | e) Unit