diff options
author | julieng <julien.gattelier@gmail.com> | 2021-08-04 18:32:17 +0200 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-08-05 23:24:20 +0800 |
commit | 9b2427e4648e3cc9002c87274aeb8360a391fa0f (patch) | |
tree | 980160decd45c7706ace94bad41cf2f03764d8f5 /files/zh-cn/web/api/worker | |
parent | 2aa3dd6b1d2336993ae870976b9067e155e602dd (diff) | |
download | translated-content-9b2427e4648e3cc9002c87274aeb8360a391fa0f.tar.gz translated-content-9b2427e4648e3cc9002c87274aeb8360a391fa0f.tar.bz2 translated-content-9b2427e4648e3cc9002c87274aeb8360a391fa0f.zip |
Fixes #1634 - remove old compat site for zh-CN and zh-TW
Diffstat (limited to 'files/zh-cn/web/api/worker')
-rw-r--r-- | files/zh-cn/web/api/worker/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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() { <h3 id="跨域行为的错误事件">跨域行为的错误事件</h3> -<p>浏览器的早期版本中,加载跨域的执行者脚本导致 <code>SecurityError</code>事件。根据规范的变更,而新版本的浏览器只有{{event("error")}}事件发生。关于如何处理这种事件的更多信息参考 <a href="https://www.fxsitecompat.com/en-CA/docs/2016/loading-cross-origin-worker-now-fires-error-event-instead-of-throwing-worker-in-sandboxed-iframe-no-longer-allowed/">Loading cross-origin worker now fires error event instead of throwing; worker in sandboxed iframe no longer allowed</a>.</p> +<p>浏览器的早期版本中,加载跨域的执行者脚本导致 <code>SecurityError</code>事件。根据规范的变更,而新版本的浏览器只有{{event("error")}}事件发生</p> <h2 id="相关链接">相关链接</h2> |