Skip to main content
Module

x/astrodon/mod.ts>App#registerWindow

Create Desktop apps with Deno 🦕
Latest
method App.prototype.registerWindow
import { App } from "https://deno.land/x/astrodon@0.1.0-alpha.2/mod.ts";

Registers windows on Deno's side Dev Note: we should register directly on rust to handle the windows as instances This is still not possible since we don't have callbacks support with FFI. See: https://github.com/denoland/deno/pull/13162

Parameters

window: WindowConfig