| 1 | # Webviewloader |
| 2 | |
| 3 | Webviewloader is a port of [OpenWebView2Loader](https://github.com/jchv/OpenWebView2Loader) to Go. |
| 4 | |
| 5 | It is intended to be feature-complete with the original WebView2Loader distributed with |
| 6 | the WebView2 NuGet package, but some features are intentionally not implemented. |
| 7 | |
| 8 | ## Status |
| 9 | |
| 10 | - [x] CompareBrowserVersions |
| 11 | - [x] CreateCoreWebView2Environment |
| 12 | - [x] CreateCoreWebView2EnvironmentWithOptions |
| 13 | - [x] GetAvailableCoreWebView2BrowserVersionString |
| 14 | |
| 15 | ## Not implemented features |
| 16 | |
| 17 | - Registry Overrides of Parameters |
| 18 | - Env Variable Overrides of Parameters |
| 19 | - Does not incorporate `GetCurrentPackageInfo` to search for an installed runtime |
| 20 |