atlas-engineer / cl-electron

Lisp Interface to Electron.
BSD 3-Clause "New" or "Revised" License
16 stars 1 forks source link

Parameterize return values of complex objects #13

Closed aadcg closed 1 year ago

aadcg commented 1 year ago

Not all return values from methods are strings, e.g.:

CL-USER> (electron::get-bounds (make-instance 'electron:browser-window))
"[object Object]"
NIL