Skip to content

Commit 5eac1c9

Browse files
Update specs/SetMemoryUsageLevel.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent aac1b63 commit 5eac1c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/SetMemoryUsageLevel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ but still wants to have script running or monitoring requests from network.
1111
```c#
1212
async protected void OnBecomingInactive()
1313
{
14-
// CanSuspendWebPage() checks whether the current web contents in WebView can be suspended.
14+
// CanSuspendWebPage() uses app specific logic to check whether the current web contents in the WebView2 can be suspended.
1515
if (CanSuspendWebView()) {
1616
await webView.CoreWebView2.TrySuspendAsync();
1717
} else {

0 commit comments

Comments
 (0)