Remove long-deprecated callbacks style resource invocations.
Review Request #14158 — Created Sept. 11, 2024 and updated — Latest diff uploaded
In Review Board 5, we added promises for our asynchronous operations in
our resource classes. We did this with fallbacks to handle old-style
calls that passed in callback methods. This change converts those
fallbacks to be errors instead.
Ran js-tests.