Event args for CoreWebView2.DedicatedWorkerCreated, CoreWebView2Frame.DedicatedWorkerCreated, and CoreWebView2DedicatedWorker.DedicatedWorkerCreated events.
Summary
| Members | Description |
|---|---|
| OriginalSourceFrameInfo | The associated frame information that created the dedicated worker. This can be used to get the frame source, name, frameId, and parent frame information. |
| Worker | The dedicated worker that was created. |
Properties
OriginalSourceFrameInfo
readonly CoreWebView2FrameInfo OriginalSourceFrameInfo
The associated frame information that created the dedicated worker. This can be used to get the frame source, name, frameId, and parent frame information.
Worker
readonly CoreWebView2DedicatedWorker Worker
The dedicated worker that was created.