-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify promise queue implementation (#102)
* Simplify promise queue implementation * Edit comment explaining the promise queue * Move reject to its own catch handler Just to make sure promise rejections are handled. * Add changelog entry * Move defaultDisabledRules out of the Result object And into the AxePage code, with the rest of the axe-core logic. * Move AxePage stuff out of the Result object Keep all Axe and playwright stuff in the "Browser" code. * Fix indentation * Add another changelog entry
- Loading branch information
Showing
4 changed files
with
48 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters