Module

Web.Worker.GlobalScope

Package
purescript-web-workers
Repository
purescript-web/purescript-web-workers

This module contains functions that can be called by any worker thread.

#onError Source

onError :: (Event -> Effect Unit) -> Effect Unit

fired when an error occurs in the worker

#onLanguageChange Source

#onRejectionHandled Source

#onUnhandledRejection Source