Is it possible enable non-lion-style full-screen on OS X in Electron js?

Viewed 314

I have a handy little program called iTerm (surely people know it here). There is a configuration option for OS X called "Use Lion-Style Fullscreen windows"

When this is disabled, it allows for behavior where a window will be full-screen without moving to a new "desktop".

I've created a small demonstration for those who do not know what it looks like..

My question is: is it possible to emulate this behavior in Electron js?

1 Answers
Related