Datalayer VS Code Extension - v0.0.4
    Preparing search index...

    Bridges network communication between webviews and the extension. Encapsulates all HTTP and WebSocket handling logic shared by providers.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _networkService: NotebookNetworkService
    logger: ILogger

    Logger instance for this service

    name: string

    Service name for logging

    Accessors

    Methods

    • Registers network-related message handlers with the DocumentMessageRouter.

      Parameters

      • router: {
            registerHandler: (
                type: string,
                handler: (
                    message: ExtensionMessage,
                    context: DocumentContext,
                ) => Promise<void>,
            ) => void;
        }

        The message router to register handlers with

      Returns void