Skip to content

Commit 135418a

Browse files
authored
Update WebViewManager.cs
1 parent 490c274 commit 135418a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/WebViewManager.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,6 @@ public string ExportPageData(int format, string filePath)
11291129
}
11301130
else if (format == 1) // MHTML Snapshot
11311131
{
1132-
/// parameters description can be found here: https://github.com/ChromeDevTools/devtools-protocol/blob/master/json/browser_protocol.json
11331132
var task = _webView.CoreWebView2.CallDevToolsProtocolMethodAsync("Page.captureSnapshot", "{}");
11341133
string json = WaitAndGetResult(task);
11351134
if (!string.IsNullOrEmpty(json))
@@ -1602,5 +1601,5 @@ private string CleanJsString(string input)
16021601
}
16031602
#endregion
16041603
}
1605-
16061604
}
1605+

0 commit comments

Comments
 (0)