zt
02/13/2022, 6:40 PM@file:JsModule("electron")
@file:JsNonModule
package cozycord.wrappers
open external class BrowserWindow(options: dynamic = definedExternally)
And I extend the class like this
class PatchedBrowserWindow(options: dynamic) : BrowserWindow(options)
Problem is though that I get Error: Requires constructor call
Where the transpiled JS looks like this