webview_deno icon indicating copy to clipboard operation
webview_deno copied to clipboard

feat: allow multiple instances at the same root

Open JOTSR opened this issue 1 year ago • 0 comments

Motivation

Due to file lock of Webview2Loader, only 1 instance of webview can run for a given execution path

Changes

  • Rewrite the preload function in ffi.ts
  • Change caching method of Webview2Loader.dll in favor of internal cache by deno via ejm.sh
  • Refactor some parts
  • Update release url in ffi.ts

JOTSR avatar Nov 29 '22 17:11 JOTSR