Issue 67 - Add callback to return full axe-core results object#68
Issue 67 - Add callback to return full axe-core results object#68gilgold wants to merge 2 commits intocomponent-driven:masterfrom
Conversation
gilgold
commented
Oct 13, 2020
- Adding a callback method for handling the full axe-core results object
- Adding a callback method for handling the full axe-core results object
- Updating README.md with resultsCallback info
sapegin
left a comment
There was a problem hiding this comment.
Hey, thanks for the pull request!
This looks like a breaking change. I'm thinking about a new API for the next major release, and probably we'll need to replace all positional arguments of checkA11y with an object because we already have way too many and they are all optional.
I'll keep this pull request as a reference, and either include in the new version or ask you to rebase it on top of it.
big plus 1 to using an object for the args. |
|
That's a good point! |
|
@sapegin - Hi, do you have any ETA for the new API to move to an arguments object? Do you need any help with this? |
|
I drafted my ideas on the new API: #75. I hope this covers your use case — let me know what you think. |