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.
interface ICoreWebView2ServiceWorkerActivatedEventArgs
: public IUnknown
Event args for the ServiceWorkerActivated event.
Summary
| Members | Descriptions |
|---|---|
| get_ActiveServiceWorker | The service worker that was activated. |
Applies to
| Product | Introduced |
|---|---|
| WebView2 Win32 | 1.0.4022.49 |
| WebView2 Win32 Prerelease | 1.0.4015 |
Members
get_ActiveServiceWorker
The service worker that was activated.
public HRESULT get_ActiveServiceWorker(ICoreWebView2ServiceWorker ** value)