diff options
| author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-08-08 17:28:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-09 00:28:33 +0900 |
| commit | 376fc21942c8059055f97804e4f47617821c1f0f (patch) | |
| tree | 8bb777327b9530dbbb01ac51b8fb2aab4b6c4a6c /files/ja/web/api/worker | |
| parent | 42b4c570f00d300df6187b9c727319c44f742a40 (diff) | |
| download | translated-content-376fc21942c8059055f97804e4f47617821c1f0f.tar.gz translated-content-376fc21942c8059055f97804e4f47617821c1f0f.tar.bz2 translated-content-376fc21942c8059055f97804e4f47617821c1f0f.zip | |
Fixes #1634 - remove old compat site for Japanese (#1900)
* Fixes #1634 - remove old compat site mentions for Japanese - part 1
* Fixes #1634 - remove old compat site mentions for Japanese - part 2
* Update index.html
Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
Diffstat (limited to 'files/ja/web/api/worker')
| -rw-r--r-- | files/ja/web/api/worker/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/worker/index.html b/files/ja/web/api/worker/index.html index 61367031ad..db0a319578 100644 --- a/files/ja/web/api/worker/index.html +++ b/files/ja/web/api/worker/index.html @@ -98,7 +98,7 @@ first.onchange = function() { <h3 id="Cross-origin_worker_error_behaviour">オリジンをまたいだワーカーのエラーの動作</h3> -<p>古いバージョンのブラウザーでオリジンをまたいでワーカーのスクリプトを読み込もうとすると、 <code>SecurityError</code> が発生していました。最近は、 {{event("error")}} イベントが発行されるようになりました。この処理方法について詳しくは <a href="https://www.fxsitecompat.com/docs/2016/loading-cross-origin-worker-now-fires-error-event-instead-of-throwing-worker-in-sandboxed-iframe-no-longer-allowed/">オリジンをまたいだワーカーの読み込みが、例外を発生させるのではなく error イベントを発生されるようになりました。サンドボックス化された iframe が許可されなくなりました</a> をご覧ください。</p> +<p>古いバージョンのブラウザーでオリジンをまたいでワーカーのスクリプトを読み込もうとすると、 <code>SecurityError</code> が発生していました。最近は、 {{event("error")}} イベントが発行されるようになりました。</p> <h2 id="See_also">関連情報</h2> |
