We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expectation: RunOptions interface should contain all of the options from the documentation: https://www.deque.com/axe/axe-for-web/documentation/api-documentation/#options-parameter
Actual: Now RunOptions interface is missing some properties, like: reporter, xpath, absolutePaths, restoreScroll, frameWaitTime, preload, performanceTimer
Motivation: So TypeScript would be happy.
The text was updated successfully, but these errors were encountered:
fix(types): add new properties to RunOptions (#1697)
02aa36c
Added new properties to RunOptions interface that are specified in documentation: https://www.deque.com/axe/axe-for-web/documentation/api-documentation/#options-parameter Closes #1696
ff7b73f
Successfully merging a pull request may close this issue.
Expectation: RunOptions interface should contain all of the options from the documentation:
https://www.deque.com/axe/axe-for-web/documentation/api-documentation/#options-parameter
Actual: Now RunOptions interface is missing some properties, like: reporter, xpath, absolutePaths, restoreScroll, frameWaitTime, preload, performanceTimer
Motivation: So TypeScript would be happy.
The text was updated successfully, but these errors were encountered: