JavaScript HTML DOM strictErrorChecking 属性

  • HTML DOM strictErrorChecking 属性

    document.strictErrorChecking属性设置或返回文档是否具有严格的错误检查。默认值为true。
  • 浏览器支持

    IE/Edge Chrome FireFox Safari Opera
    属性
    strictErrorChecking
    不支持
    不支持
    不支持
    不支持
    不支持
  • 语法

    返回strictErrorChecking
    document.strictErrorChecking
    设置strictErrorChecking
    document.strictErrorChecking = true|false
  • 技术细节

    项目 描述
    返回值: 布尔值,true或false
    DOM版本 Core Level 3