SteveSandersonMS / WebWindow

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.
Apache License 2.0
1.98k stars 215 forks source link

Blazor not working on Windows Edge Version 80.0.355.1 #39

Closed tomlm closed 4 years ago

tomlm commented 4 years ago

My OS was upgraded this morning and now BlazorDesktopApp sample is not working.

I have several other Blazor based samples I was working with and they all stopped working at the same time: image

New version of Edge chromium?

tomlm commented 4 years ago

FYI: My build was the Edge Dev Channel. I downgraded to the Edge Beta Channel and everything started working again. image

Berrysoft commented 4 years ago

Pull Request here: #31 It is because that Edge Dev deprecates an API.

Berrysoft commented 4 years ago

We decided at last to follow Edge Beta. To get the version compatible with Edge Dev, checkout edgedev branch.

SteveSandersonMS commented 4 years ago

Thanks for answering, @Berrysoft!