X Tutup
Skip to content

feat: promisify session proxy methods#17222

Merged
codebytere merged 1 commit intomasterfrom
promise-session-proxy
Mar 8, 2019
Merged

feat: promisify session proxy methods#17222
codebytere merged 1 commit intomasterfrom
promise-session-proxy

Conversation

@codebytere
Copy link
Member

@codebytere codebytere commented Mar 4, 2019

Description of Change

Promisify session.setProxy() and session.resolveProxy().

cc @deepak1556 @zcbenz @miniak

Checklist

Release Notes

Notes: Converted session.setProxy() and session.resolveProxy() to return Promises instead of taking callbacks.

@electron-cation electron-cation bot added the new-pr 🌱 PR opened recently label Mar 4, 2019
@codebytere codebytere added the semver/major incompatible API changes label Mar 4, 2019
Copy link
Member

@deepak1556 deepak1556 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, with some code style changes.

@electron-cation electron-cation bot removed the new-pr 🌱 PR opened recently label Mar 5, 2019
@codebytere codebytere force-pushed the promise-session-proxy branch 2 times, most recently from 76e6c6d to 1cacc87 Compare March 8, 2019 04:33
@codebytere codebytere force-pushed the promise-session-proxy branch 2 times, most recently from a8c1397 to 48ecf61 Compare March 8, 2019 16:37
@codebytere codebytere force-pushed the promise-session-proxy branch from 48ecf61 to 16020a0 Compare March 8, 2019 16:39
@codebytere codebytere force-pushed the promise-session-proxy branch from 16020a0 to 9212388 Compare March 8, 2019 18:36
@codebytere codebytere merged commit 2769e75 into master Mar 8, 2019
@release-clerk
Copy link

release-clerk bot commented Mar 8, 2019

Release Notes Persisted

Converted session.setProxy() and session.resolveProxy() to return Promises instead of taking callbacks.

@codebytere codebytere deleted the promise-session-proxy branch March 8, 2019 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver/major incompatible API changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup