Identifier assigned to the session used to send/receive messages.
namespace
inspector.NodeWorker
namespace NodeWorker
interface AttachedToWorkerEventDataType
interface DetachedFromWorkerEventDataType
interface DetachParameterType
interface EnableParameterType
- waitForDebuggerOnStart: boolean
Whether to new workers should be paused until the frontend sends
Runtime.runIfWaitingForDebugger
message to run them.
interface ReceivedMessageFromWorkerEventDataType
interface SendMessageToWorkerParameterType
interface WorkerInfo
- type SessionID = string
Unique identifier of attached debugging session.
- type WorkerID = string