Type alias TaskEvents

TaskEvents: ServerEvents & {
    capture: Blob;
    socketClose: undefined;
    socketError: Event;
}

All events that can be emitted by a Task

Type declaration

  • capture: Blob
  • socketClose: undefined
  • socketError: Event