Module
Web.Worker.Options
- Package
- purescript-web-workers
- Repository
- purescript-web/purescript-web-workers
#WorkerOptions Source
type WorkerOptions = { name :: String, type :: WorkerType }
#toJsOptions Source
toJsOptions :: WorkerOptions -> { credentials :: String, name :: String, type :: String }