Skip to main content

deno_webview

Still in a very early stage of development. Lots of stuff to do and not even the basics are really implemented yet (apart from opening a webview window). deno_webview uses the rust bindings for zserge’s webview.

Example image

Todo

  • Implement all webview instance methods
  • Two-way deno bindings (to call deno from javascript)
  • Multiple windows?
  • Easier importing of scripts, images and css
  • Dialog
  • DialogBuilder and WebViewBuilder
  • Examples
  • Tests