Documentation
    Preparing search index...

    Interface ManagedChildProcess

    Managed child process handle.

    interface ManagedChildProcess {
        detectedTargetUrl: Promise<string>;
        kill(): void;
    }
    Index

    Properties

    Methods

    Properties

    detectedTargetUrl: Promise<string>

    First local target URL detected from process output.

    Methods