7 ms·
Try the webview backend: `deno desktop --backend webview`
by undefined_void 3mo ago
Try the webview backend: `deno desktop --backend webview`
- IdiotSavage 3mo agoThe docs say that's the default: https://docs.deno.com/runtime/desktop/backends/#webview-(default) https://docs.deno.com/runtime/desktop/backends/#webview-(def...
- crowlKats 3mo agoapologies, this is inaccurate currently, will get things updated
- josephernest 3mo agoThis gives a 77 MB folder, not containing the browser (we're now using the OS' webview). I wouldn't call this "Small by default". I used this main.ts file: `Deno.serve(() => new Response("<h1>Hello, desktop</h1>", { headers: { "content-type": "text/html" }, }));` and `deno desktop --backend webview main.ts`. Unfortunately, launching `deno-test.bat` opens an empty white window, freezed (with waiting cursor...) on my Windows 10.