CoreWebView2ServiceWorkerManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class CoreWebView2ServiceWorkerManager
type CoreWebView2ServiceWorkerManager = class
Public Class CoreWebView2ServiceWorkerManager
- Inheritance
-
CoreWebView2ServiceWorkerManager
Methods
GetServiceWorkerRegistrationsAsync() |
Gets a list of the service worker registrations under the same profile.
|
GetServiceWorkerRegistrationsAsync(String) |
Gets the service worker registrations associated with the specified scope.
If a service worker has been registered for the given scope, it gets the
list of |
Events
ServiceWorkerRegistered |
A ServiceWorker is a specific type of worker that takes a JavaScript file that can control the web-page/site that it is associated with, intercepting and modifying navigation and resource requests, and caching resources in a very granular fashion to give you complete control over how app behaves in certain situations.
|