Closed
Description
Intern 4.x makes extensive use of a Task class that provides cancellation and finally
. Now that finally
is part of standard promises, and given that cancellation isn't all that useful, the Task class should be replaced with Promise, and all APIs returning Tasks should now return PromiseLike.
The webdriver Command class should remain a custom Promise, but based on Promise rather than Task / CancellablePromise.