Skip to content

Commit e1232e7

Browse files
committed
Update renderer.md
1 parent 4af13b5 commit e1232e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The following renderers are used on each platform
99
| macOS | | WebKit | WebKit.WKWebView (bundled with OS) | |
1010
| QT | qt | WebKit | QtWebEngine / QtWebKit | |
1111
| Windows | edgechromium | Chromium | > .NET Framework 4.6.2 and Edge Runtime installed | Ever-green Chromium |
12-
| Windows | mshtml | MSHTML | MSHTML via .NET / System.Windows.Forms.WebBrowser | IE11 (Windows 10/8/7) |
1312
| Windows | cef | CEF | CEF Python | Chrome 66 |
13+
| Windows | mshtml | MSHTML | DEPRECATED: Internet Explorer MSHTML | IE11 (Windows 10/8/7) |
1414

1515
On Windows renderer is chosen in the following order: `edgechromium`, `mshtml`. `mshtml` is the only renderer that is guaranteed to be available on any system. Edge Runtime must be installed in order to use Edge Chromium on Windows. You can download it from [here](https://developer.microsoft.com/en-us/microsoft-edge/webview2/). Distribution guidelines are found [here](https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution).
1616

0 commit comments

Comments
 (0)