mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
When calling `window.open` the newly created window would have the name of the last option in the `features` argument as the title. I think it's supposed to be pointed to `frameName`.