Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

文章标签:AbstractWorker

找到 2 篇文档

  • Web/API/AbstractWorker AbstractWorker 接口为所有的worker类提供了虚方法及虚属性使其成为 Worker 或者 SharedWorker .
  • Web/API/AbstractWorker/onerror AbstractWorker 接口的 onerror 特性是一个事件句柄,在 Worker 的 error 事件触发并冒泡时执行。