setWindowOpenHandler

fun setWindowOpenHandler(handler: (details: HandlerDetails) -> Any)(source)

Called before creating a window a new window is requested by the renderer, e.g. by window.open(), a link with target="_blank", shift+clicking on a link, or submitting a form with <form target="_blank">. See window.open() for more details and how to use this in conjunction with did-create-window.