david-risney / WebView2Utilities

WebView2Utilities helps you develop and debug Microsoft Edge WebView2 apps.
https://david-risney.github.io/WebView2Utilities/
MIT License
27 stars 7 forks source link

Experimental features tab #91

Closed oggy22 closed 6 months ago

oggy22 commented 6 months ago

Experimental feature tab with list of features. Currently 1) Visual hosting 2) Canary self-hosting. It's very easy to add any other experimental features by creating one more instance of class ExperimentalFeature or EnvVarExperimentalFeature.

image

Closes #79