mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / Settings Object / enable_script_parsed_ws_events Property
In This Topic
    enable_script_parsed_ws_events Property
    In This Topic
    Description

    Emits OnDebuggerScriptParsed event for every script parsed by Runtimes, either Chromium or node.js.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property enable_script_parsed_ws_events As Boolean
    Remarks

    When set to True, emits OnDebuggerScriptParsed event for every script parsed by Runtimes, either Chromium or node.js.

    Enabling this event has performance impact and should be avoided.

    See Also