-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Remove PPromise #53487
Remove PPromise #53487
Conversation
Down to 38 errors only... I've updated the first comment with checkboxes on the areas left to adopt. Please go through your area and replace usages of promise progress with simple callbacks. |
Removed Search IPC PPromise usage, awaiting review: #53536 cc @roblourens @chrmarti |
What will be the advantage of this? |
Created #53875 for the task world. Search is all that's left. |
Filed #53887 on myself |
so is removing it from search done now 🤔 |
Sweet! Moving this to next week. |
@roblourens This is the last PPromise usage: Is it as simple as removing |
Oops, yes done |
Thanks for all the help guys! 🎆 |
This PR aims to remove the usage of progress of WinJS Promises.
The first commit removes the type definitions for progress, so this branch will remain broken until we remove all its usage.