'Declaration Public Function New( _ Optional ByVal edgeChannel As String _ ) As Plugin
public Plugin New( string edgeChannel )
Parameters
- edgeChannel
If edgeChannel is an empty string (the default) the normal stable version of Edge is used. Otherwise, the following values can be used to invoke other Edge installations on the PC:
- "Beta" - use the Beta channel of Edge
- "Dev" - use the Dev channel of Edge
- "Canary" - use the Canary channel of Edge
Return Value
A reference to the Plugin object representing HttpWatch in the new Edge tab