Skip to content

Commit 5b77709

Browse files
authored
Update MemoryUsageTargetLevel.md
1 parent 3cd0c45 commit 5b77709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/MemoryUsageTargetLevel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ interface ICoreWebView2_6 : ICoreWebView2
133133
/// Setting memory usage level back to normal will not happen automatically.
134134
/// An app should choose to use either the combination of `TrySuspend` and `Resume` or the combination
135135
/// of setting `MemoryUsageTargetLevel` to low and normal. It is not advisable to mix them.
136-
/// Trying to set `MemoryUsageTargetLevel`while suspended will fail with `HRESULT_FROM_WIN32(ERROR_INVALID_STATE)`.
136+
/// Trying to set `MemoryUsageTargetLevel` while suspended will be ignored.
137137
/// The TrySuspend and Resume methods will change the MemoryUsageTargetLevel.
138138
/// TrySuspend will automatically set MemoryUsageTargetLevel to low while Resume on suspended WebView
139139
/// will automatically set MemoryUsageTargetLevel to normal.

0 commit comments

Comments
 (0)