Specifies the source of CoreWebView2.WebResourceRequested.
| Name | Value | Description | 
|---|---|---|
None | 
0x0 | |
Document | 
0x1 | Indicates that web resource is requested from main page including dedicated workers, iframes and main script for shared workers. | 
SharedWorker | 
0x2 | Indicates that web resource is requested from shared worker. | 
ServiceWorker | 
0x4 | Indicates that web resource is requested from service worker. | 
All | 
0xffffffff | Indicates that web resource is requested from any supported source. |