We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50abcf6 commit 3cd0c45Copy full SHA for 3cd0c45
1 file changed
specs/MemoryUsageTargetLevel.md
@@ -138,7 +138,6 @@ interface ICoreWebView2_6 : ICoreWebView2
138
/// TrySuspend will automatically set MemoryUsageTargetLevel to low while Resume on suspended WebView
139
/// will automatically set MemoryUsageTargetLevel to normal.
140
/// Calling `Resume` when the WebView is not suspended would not change MemoryUsageTargetLevel.
141
- /// Setting MemoryUsageTargetLevel to normal on suspended WebView will auto resume WebView.
142
HRESULT put_MemoryUsageTargetLevel([in] COREWEBVIEW2_MEMORY_USAGE_TARGET_LEVEL level);
143
}
144
0 commit comments