Module

Web.Worker.Options

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

#Credentials Source

#WorkerOptions Source

type WorkerOptions = { name :: String, type :: WorkerType }

#WorkerType Source

#toJsOptions Source

toJsOptions :: WorkerOptions -> { credentials :: String, name :: String, type :: String }