API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceInlineWorkerOptions

@codexo/exojs / core / stable

Options for InlineWorker.

1
props
0
methods
0
events
Import
import { InlineWorkerOptions } from '@codexo/exojs'

Options for InlineWorker.

Properties1
name?: string
Value for the worker's self.name. Surfaces in DevTools thread lists and in error reports, so a descriptive name is worth setting when a page runs more than one worker.
Source