X Tutup
Skip to content

feat: promisify session.getBlobData()#17303

Merged
codebytere merged 1 commit intomasterfrom
promisify-session-getblobdata
Mar 14, 2019
Merged

feat: promisify session.getBlobData()#17303
codebytere merged 1 commit intomasterfrom
promisify-session-getblobdata

Conversation

@codebytere
Copy link
Member

@codebytere codebytere commented Mar 9, 2019

Description of Change

Promisifies session.getBlobData().

cc @deepak1556 @miniak @zcbenz

Checklist

Release Notes

Notes: Converted session.getBlobData() to return a Promise instead of taking a callback.

@electron-cation electron-cation bot added the new-pr 🌱 PR opened recently label Mar 9, 2019
@codebytere codebytere force-pushed the promisify-session-getblobdata branch from b619aa4 to faa97e2 Compare March 9, 2019 00:05
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened recently label Mar 10, 2019
@codebytere codebytere force-pushed the promisify-session-getblobdata branch from faa97e2 to 896ba3b Compare March 11, 2019 18:13
@codebytere codebytere added the semver/minor backwards-compatible functionality label Mar 11, 2019
@codebytere codebytere force-pushed the promisify-session-getblobdata branch 3 times, most recently from 8f6f474 to e0470f9 Compare March 12, 2019 22:32
@codebytere codebytere added semver/major incompatible API changes and removed semver/minor backwards-compatible functionality labels Mar 13, 2019
@codebytere codebytere requested a review from zcbenz March 13, 2019 15:41
@codebytere codebytere force-pushed the promisify-session-getblobdata branch from 0c7cc4c to f8e0e25 Compare March 13, 2019 20:58
@codebytere codebytere force-pushed the promisify-session-getblobdata branch from f8e0e25 to c5fffe3 Compare March 13, 2019 20:59
@codebytere codebytere merged commit aa8b66a into master Mar 14, 2019
@release-clerk
Copy link

release-clerk bot commented Mar 14, 2019

Release Notes Persisted

Converted session.getBlobData() to return a Promise instead of taking a callback.

@codebytere codebytere deleted the promisify-session-getblobdata branch March 14, 2019 15:11
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.

3 participants

X Tutup