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

Naming and Window.external deprecated? #8

Closed iqmeta closed 4 years ago

iqmeta commented 4 years ago

Hi, saw on cpp code the overwrite, but does it might make sense or is it possible to name it something onw?

https://developer.mozilla.org/en-US/docs/Web/API/Window/external

Cheers. Great Project!

SteveSandersonMS commented 4 years ago

With this library window.external has a completely different meaning to the old API you're linking to. It's unrelated :)