-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Debt - remove WinJS.Promise#cancel usage #56137
Comments
The goal is to finish this in September but it won't hurt to remove one or two usages in August |
Theory is that we can delete that once no more calls to |
@bpasero Assigned you back for |
There is now a |
I still cancel promises normally across the IPC right? I'd left some of my references which are close to the IPC (but I'll remove it from the SearchService API) |
@bpasero you are the last user of |
@joaomoreno Added you for |
@joaomoreno One ✅ less for you.. I took care of handling cancellation token in Extension editor. Thanks to @jrieken's PR of adding cancellation token to request API. FYI I did not add cancellation tokens for all APIs in Gallery service, I only added to those which are needed and can be added to others on need. Feedback is welcome on the changes. |
We are now free of @bpasero re #56137 (comment). I left a todo here which is about supporting cancelation in quick open handlers. |
72484fd removes WinJS.Promise dependency from IPC. Its dependency is solely on Thenable objects. 🎆 |
🎉 DONE 🎉 |
There are still a few
WinJS.Promise#cancel
usages and we should remove those. Find detail about how and why here #53526.Todos for
WinJS.Promise#cancel
Todos for
WinJS.Promise
creation with a non-empty cancel-callbackThe text was updated successfully, but these errors were encountered: