Releases: webview/webview_deno
Releases · webview/webview_deno
Multi-instance and frameless support
Added multi-instance (window) support and updated dependencies enabling frameless support. This release also removes the WebView.dispose()
method.
First usable release
This is the first somewhat usable release that implements most of the basic WebView
methods. Also fixes 0.1.0
typescript which does not work.
First usable binaries
This release does not contain working typescript but only binaries. The binaries are the same as in v0.1.1.
Instance methods
Implements a bunch of instance methods
Initial release
Basic implementation of the run
function that starts a webview window.