Table of Contents

ITMSFNCCustomWebBrowserEdge.EnableDevToolDomain Method

Enables a DevTools protocol domain and optionally passes initialization parameters as JSON.

API unit family: TMSFNCWebBrowser Declaring type: ITMSFNCCustomWebBrowserEdge

Syntax

procedure EnableDevToolDomain(AEventName: string; AJSONParameters: string = '');

Parameters

Name Description
AEventName Protocol domain or event name to enable.
AJSONParameters Optional JSON object with domain initialization parameters; pass an empty string for defaults.