Interface IChannelOptions

Channel options

Hierarchy

  • IChannelOptions

Properties

controller?: AbortController

Controls aborting the Channel. Basically the same as calling end.

Where to read the messages from. Defaults to the UI/main thread.

Default

globalThis

Where to write the messages to. Defaults to the UI/main thread.

Default

globalThis

Generated using TypeDoc