axe-core-npm icon indicating copy to clipboard operation
axe-core-npm copied to clipboard

axe-core/react should check whether axe-core is running before starting another run

Open WilcoFiers opened this issue 1 year ago • 2 comments

Axe-core/react uses a debounce to try and prevent running axe too often. This is mostly reasonable, but if axe-core takes longer to complete than the debounce time it might end up starting another run before the prior one is finished. This results in an error, as reported here: https://github.com/dequelabs/axe-core/issues/3426#issuecomment-1650988499

WilcoFiers avatar Dec 14 '23 12:12 WilcoFiers

Any updates on this issue?

AlexanderSovpel avatar May 03 '24 14:05 AlexanderSovpel

@AlexanderSovpel Please refer to https://github.com/dequelabs/axe-core-npm/issues/500#issuecomment-2085930402

straker avatar May 06 '24 14:05 straker