The Wayback Machine - https://web.archive.org/web/20150324184925/https://developer.mozilla.org/zh-CN/docs/Web/API/DOMErrorHandler
mozilla
您的搜索结果

    DOMErrorHandler

    我们的志愿者还没有将这篇文章翻译为 中文 (简体) 。加入我们帮助完成翻译!

    Obsolete
    This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

    NOTE: This is not implemented in Mozilla. For DOMException, see DOMException

    Set as "error-handler" parameter in DOMConfiguration.setParameter . Implementation may provide a default handler. DOMError.relatedData will contain closest node to where error occurred or contain the Document node if it is unable to be determined. Document mutations from within the error handler result in implementation-dependent behavior. If there are to be multiple errors, the sequence and numbers of the errors passed to the error handler are also implementation dependent. The application using the DOM implementation implements this interface:

    Properties

    This interface neither implements, nor inherits, any property.

    Methods

    DOMErrorHandler.handleError()
    If returns false, DOM implementation should stop processing; if true, may continue depending on DOMError.severity.

    Specifications

    文档标签和贡献者

    此页面的贡献者有: Sheppy, kscarfone, Brettz9, teoli
    最后编辑者: teoli,