lettier / webviewhs

🌐 A Haskell binding to the webview library created by Serge Zaitsev.
https://lettier.github.io/webviewhs
BSD 3-Clause "New" or "Revised" License
125 stars 8 forks source link

Upgrade deps/webview to v0.10.0 #9

Open rainbyte opened 4 years ago

rainbyte commented 4 years ago

Recently webview/webview was rewritten, and this PR syncs webviewhs with that version.

Interesting changes:

Some things are not supported anymore by upstream, so they were removed:

Those can be implemented in JavaScript or via system specific backends.

It is published as a draft to discuss how to improve implementation.

TODO: