davidanthoff / Electron.jl

Julia wrapper for Electron
Other
85 stars 19 forks source link

add Base.isopen(win::Window) #87

Closed IanButterworth closed 3 years ago

IanButterworth commented 3 years ago

Just a simple function that I expected to exist

i.e. so that one can do

isopen(win) && close(win)
IanButterworth commented 3 years ago

Non-urgent friendly bump