webview_deno icon indicating copy to clipboard operation
webview_deno copied to clipboard

feat: add `html` setter binding `set_html`

Open gardengim opened this issue 7 months ago • 0 comments

Changes

  1. ffi.ts: fixed the second parameter of "webview_set_html" symbol to "buffer" from "pointer".
  2. webview.ts: added html setter that basically wraps webview_set_html symbol.
  3. Replaced all the examples using navigate method to set Webview HTML.

gardengim avatar Nov 10 '23 06:11 gardengim