Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
Note
This an experimental API that is shipped with our prerelease SDK. See WebView2 release notes.
interface ICoreWebView2ExperimentalDedicatedWorkerCreatedEventArgs
: 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 | N/A |
| WebView2 Win32 Prerelease |
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(ICoreWebView2ExperimentalDedicatedWorker ** value)