Skip to content

Add a getStatus function to root of axe #4276

Open
@straker

Description

@straker

We'd like to be able to quickly determine the state of axe. This can knowing if axe.setup has already been called before or knowing if axe is currently running. A simple API can be a function off root that returns an object with booleans for the status:

axe.getStatus() 
/*
{
  setup: true,
  running: false
}
*/

Metadata

Metadata

Assignees

No one assigned

    Labels

    featNew feature or enhancement

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions