Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(axe.d.ts): add typings for preload options object (#4543)
Adds the TypeScript typings for passing an object to the `preload` setting for `axe.run`, as documented here: https://www.deque.com/axe/core-documentation/api-documentation/#preload-configuration-details > Specifying an object ```js axe.run( { preload: { assets: ['cssom'], timeout: 50000 } }, (err, results) => { // ... } ); ``` Co-authored-by: Andre Wachsmuth <awa@xima.de>
- Loading branch information