Skip to content

Commit 81c2b03

Browse files
author
Wangsong Jin
committed
Update FrameProcessInfo.md
1 parent b4edd29 commit 81c2b03

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

specs/FrameProcesssInfo.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,11 @@ interface ICoreWebView2GetProcessInfosWithDetailsCompletedHandler : IUnknown {
374374
interface ICoreWebView2ProcessInfo2 : ICoreWebView2ProcessInfo {
375375
/// Gets the collection of the assocated `FrameInfo`s which are actively running
376376
/// (showing UI elements) in that renderer process. Assocated `FrameInfo`s is
377-
/// empty if there's no frame running in that renderer process. Note that this
378-
/// is only available when the process `Kind` is `COREWEBVIEW2_PROCESS_KIND_RENDERER`
379-
/// and it's called from `ICoreWebView2GetProcessInfosWithDetailsCompletedHandler`.
380-
/// Else, it returns an empty `FrameInfo` collection.
381-
///
377+
/// empty if there's no frame actively running in that renderer process or it's
378+
/// not called from
379+
/// `ICoreWebView2GetProcessInfosWithDetailsCompletedHandler`.
380+
/// Note that if this is call from other process Kind, it also returns an empty
381+
/// `FrameInfo`s as frames run on renderer process.
382382
/// \snippet ProcessComponent.cpp AssociatedFrameInfos
383383
[propget] HRESULT AssociatedFrameInfos(
384384
[out, retval] ICoreWebView2FrameInfoCollection** frames);

0 commit comments

Comments
 (0)