Convert ready operations to promises.
Review Request #11842 — Created Oct. 4, 2021 and submitted — Latest diff uploaded
This change updates the
ready
method to use promises and async/await
instead of callbacks. This flattens almost all of our remaining
asynchronous operations.
- Ran js-tests.
- Smoke tested various UI functionality.