Skip to content

fix typing for proxy auth window options#91954

Merged
bpasero merged 2 commits intomicrosoft:masterfrom
bennycode:master
Mar 3, 2020
Merged

fix typing for proxy auth window options#91954
bpasero merged 2 commits intomicrosoft:masterfrom
bennycode:master

Conversation

@bennycode
Copy link
Contributor

This PR fixes a missing type for the construction options of the browser window which renders the proxy auth modal. It's a small change but it gives more control of the opts object and makes the code consistent with other files that also apply the BrowserWindowConstructorOptions typing, i.e.:

const options: BrowserWindowConstructorOptions = {

@bpasero bpasero merged commit 5bd89a2 into microsoft:master Mar 3, 2020
@bpasero
Copy link
Member

bpasero commented Mar 3, 2020

Thanks, the explicit use of any is bad and we have to look into each instance if we cannot avoid it.

@bpasero bpasero modified the milestones: February 2020, March 2020 Mar 3, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants