Remove long-deprecated callbacks style resource invocations.

Review Request #14158 — Created Sept. 11, 2024 and updated

Information

Review Board
master

Reviewers

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.

Summary ID
Remove long-deprecated callbacks style resource invocations.
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. Testing Done: Ran js-tests.
85216634555a41fc569e6725492b6605ca047d03
Description From Last Updated

Copy paste-o: "fetchNext" -> "fetchAll"

maubinmaubin

Copy paste-o: "DraftReview" -> "DraftReviewRequest"

maubinmaubin
Checks run (2 succeeded)
flake8 passed.
JSHint passed.
maubin
  1. 
      
  2. Show all issues

    Copy paste-o: "fetchNext" -> "fetchAll"

  3. Show all issues

    Copy paste-o: "DraftReview" -> "DraftReviewRequest"

  4.