interface ICoreWebView2DedicatedWorkerCreatedEventArgs

interface ICoreWebView2DedicatedWorkerCreatedEventArgs
  : public IUnknown

Event args for the DedicatedWorkerCreated event.

Summary

Members Descriptions
get_OriginalSourceFrameInfo The associated frame information that created the dedicated worker.
get_Worker The dedicated worker that was created.

Applies to

Product Introduced
WebView2 Win32 1.0.4022.49
WebView2 Win32 Prerelease 1.0.4015

Members

get_OriginalSourceFrameInfo

The associated frame information that created the dedicated worker.

public HRESULT get_OriginalSourceFrameInfo(ICoreWebView2FrameInfo ** value)

This can be used to get the frame source, name, frameId, and parent frame information.

get_Worker

The dedicated worker that was created.

public HRESULT get_Worker(ICoreWebView2DedicatedWorker ** value)