CoreWebView2ReleaseChannels Enum
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.
The WebView2 release channels. Use ReleaseChannels
and ChannelSearchKind
on ICoreWebView2EnvironmentOptions
to control which channel is searched
for during environment creation.
|Channel|Primary purpose|How often updated with new features|
|:---:|---|:---:|
|Stable (WebView2 Runtime)|Broad Deployment|Monthly|
|Beta|Flighting with inner rings, automated testing|Monthly|
|Dev|Automated testing, selfhosting to test new APIs and features|Weekly|
|Canary|Automated testing, selfhosting to test new APIs and features|Daily|
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CoreWebView2ReleaseChannels
[<System.Flags>]
type CoreWebView2ReleaseChannels =
Public Enum CoreWebView2ReleaseChannels
- Inheritance
-
CoreWebView2ReleaseChannels
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No release channel. Passing only this value to |
Stable | 1 | The stable WebView2 Runtime that is released every 4 weeks. |
Beta | 2 | The Beta release channel that is released every 4 weeks, a week before the stable release. |
Dev | 4 | The Dev release channel that is released weekly. |
Canary | 8 | The Canary release channel that is released daily. |
Remarks
Use ReleaseChannels
and ChannelSearchKind
on CoreWebView2EnvironmentOptions
to control which channel the WebView2 loader searches for.
Channel | Primary purpose | How often updated with new features | |
---|---|---|---|
Stable (WebView2 Runtime) | Broad Deployment | Monthly | |
Beta | Flighting with inner rings, automated testing | Monthly | |
Dev | Automated testing, selfhosting to test new APIs and features | Weekly | |
Canary | Automated testing, selfhosting to test new APIs and features | Daily |