Audits🧪
Audits 领域允许调查页面违规和可能的改进。
EN
Audits domain allows investigation of page violations and possible improvements.
✅️️ Methods
🔨Audits.checkFormsIssues
对目标页面执行表单问题检查。发现的问题将通过 Audits.issueAdded 事件进行报告。
EN
Runs the form issues check for the target page. Found issues are reported using Audits.issueAdded event.
| 返回对象 | 类型 | 描述 | 原文 |
|---|---|---|---|
| formIssues | array[GenericIssueDetails] |
🔨Audits.disable
禁用问题域,防止进一步的问题报告给客户端。
EN
Disables issues domain, prevents further issues from being reported to the client.
🔨Audits.enable
启用问题域,通过issueAdded事件将迄今为止收集的问题发送给客户端。
EN
Enables issues domain, sends the issues collected so far to the client by means of the
issueAdded event.