Preflight Checklist
Problem Description
new-window deprecated => setWindowOpenHandler only gives me a raw details.features string. I'd like to use parse-features-string.ts to parse it.
Proposed Solution
Please let me use parse-features-string, maybe as static BrowserWindow.parseFeaturesString
Alternatives Considered
Writing my own parser. Or maybe setWindowOpenHandler could give me a parsed thing? new-window had options with parsed width height etc.
Additional Information
Maybe it's already possible to import it and I just can't find it
Preflight Checklist
Problem Description
new-windowdeprecated =>setWindowOpenHandleronly gives me a rawdetails.featuresstring. I'd like to useparse-features-string.tsto parse it.Proposed Solution
Please let me use
parse-features-string, maybe as staticBrowserWindow.parseFeaturesStringAlternatives Considered
Writing my own parser. Or maybe
setWindowOpenHandlercould give me a parsed thing?new-windowhadoptionswith parsedwidthheightetc.Additional Information
Maybe it's already possible to import it and I just can't find it