-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Remove workarounds for platforms without native promise support #7715
refactor: Remove workarounds for platforms without native promise support #7715
Conversation
Codecov Report
@@ Coverage Diff @@
## next #7715 +/- ##
==========================================
+ Coverage 80.88% 80.93% +0.04%
==========================================
Files 116 116
Lines 7454 7442 -12
Branches 1806 1797 -9
==========================================
- Hits 6029 6023 -6
+ Misses 1425 1419 -6
Continue to review full report at Codecov.
|
Probably a |
} | ||
function changeHandler() { | ||
offHandler(); | ||
resolve(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these newly not covered by tests or were they always not covered by tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They were always not covered. This PR technically increased project coverage by .05%.
…7715) BREAKING CHANGE: Removes support for Promise class option and assumes native Promise is available. Will break in older browsers or devices.
…7715) BREAKING CHANGE: Removes support for Promise class option and assumes native Promise is available. Will break in older browsers or devices.
…7715) BREAKING CHANGE: Removes support for Promise class option and assumes native Promise is available. Will break in older browsers or devices.
…7715) BREAKING CHANGE: Removes support for Promise class option and assumes native Promise is available. Will break in older browsers or devices.
…ideojs#7715) BREAKING CHANGE: Removes support for Promise class option and assumes native Promise is available. Will break in older browsers or devices.
Description
Remove
Promise
option and any workarounds for platforms without native promise support.Note: Merge with
BREAKING CHANGE
header