Convert BaseResource.ensureCreated to return a promise.
Review Request #11643 — Created Oct. 4, 2021 and submitted — Latest diff uploaded
This change updates the
ensureCreated
method to use promises and
async/await instead of callbacks.
- Ran js-tests.
- Manually tested a random smattering of UI that might have been
affected.