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.
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. |