axe-windows icon indicating copy to clipboard operation
axe-windows copied to clipboard

[Feature Request] Need Task<ScanResults> IScanner.ScanAsync()

Open chabiss opened this issue 3 years ago • 4 comments
trafficstars

Is your feature request related to a problem? Please describe.

Currently the call to ScanResults IScanner.Scan() will result in a blocking call that will blocked the host making the call and bloking the UI thread, which is not desirable.

Describe the solution you'd like

We need Task<ScanResults> IScanner.ScanAsync() which allows the scanner to run asynchronously in a background thread

Describe alternatives you've considered

No other alternative considered.

Additional context

N/A

chabiss avatar Aug 09 '22 22:08 chabiss

This issue has been marked as ready for team triage; we will triage it in our weekly review and update the issue. Thank you for contributing to Accessibility Insights!

ghost avatar Aug 10 '22 16:08 ghost

In offline conversations, having proper cancellation is part of the ask, even though it's not called out in the description.

DaveTryon avatar Aug 15 '22 21:08 DaveTryon

This issue requires additional investigation by the Accessibility Insights team. When the issue is ready to be triaged again, we will update the issue with the investigation result and add "status: ready for triage". Thank you for contributing to Accessibility Insights!

ghost avatar Aug 15 '22 21:08 ghost

Thanks for the feature request, @chabiss, marking this as needs investigation to analyze on our side.

ferBonnin avatar Aug 15 '22 21:08 ferBonnin

We're actively working on this feature

DaveTryon avatar Oct 10 '22 18:10 DaveTryon

@chabiss, This is included in version 2.0.0. Release details are at https://github.com/microsoft/axe-windows/releases/tag/v2.0.0. Closing this issue

DaveTryon avatar Oct 21 '22 18:10 DaveTryon