From 9b2427e4648e3cc9002c87274aeb8360a391fa0f Mon Sep 17 00:00:00 2001 From: julieng Date: Wed, 4 Aug 2021 18:32:17 +0200 Subject: Fixes #1634 - remove old compat site for zh-CN and zh-TW --- files/zh-cn/web/api/worker/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/api/worker/index.html') diff --git a/files/zh-cn/web/api/worker/index.html b/files/zh-cn/web/api/worker/index.html index 24d6bbc738..3084311247 100644 --- a/files/zh-cn/web/api/worker/index.html +++ b/files/zh-cn/web/api/worker/index.html @@ -94,7 +94,7 @@ first.onchange = function() {

跨域行为的错误事件

-

浏览器的早期版本中,加载跨域的执行者脚本导致 SecurityError事件。根据规范的变更,而新版本的浏览器只有{{event("error")}}事件发生。关于如何处理这种事件的更多信息参考 Loading cross-origin worker now fires error event instead of throwing; worker in sandboxed iframe no longer allowed.

+

浏览器的早期版本中,加载跨域的执行者脚本导致 SecurityError事件。根据规范的变更,而新版本的浏览器只有{{event("error")}}事件发生

相关链接

-- cgit v1.2.3-54-g00ecf