Skip to content

Commit 1cbc366

Browse files
authored
Update Freeze.md
1 parent a7fd02e commit 1cbc366

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

specs/Freeze.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ interface ICoreWebView2_2 : ICoreWebView2 {
146146
///
147147
HRESULT Resume();
148148
149-
/// `TRUE` when WebView is suspended.
149+
/// `TRUE` when WebView is suspended, from the time when TrySuspend has completed
150+
/// successfully until WebView is resumed.
150151
[propget] HRESULT IsSuspended([out, retval] BOOL* isSuspended);
151152
}
152153

0 commit comments

Comments
 (0)