文章标签:Workers
找到 4 篇文档
- Web/API/AbstractWorker/onerror AbstractWorker 接口的 onerror 特性是一个事件句柄,在 Worker 的 error 事件触发并冒泡时执行。
- Web/API/Web_Workers_API Web Workers 是一种不是在页面线程而是在后台线程中执行脚本的技术。Web ...
- Web/API/WindowTimers WindowTimers 接口包含了四个用来设定和清除定时器的实用方法。
- Web/API/WorkerGlobalScope The WorkerGlobalScope interface of the Web Workers API is an interface representing the scope of ...