diff options
author | 儁乂 <513301360@qq.com> | 2022-01-04 22:20:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 22:20:54 +0800 |
commit | 4ee71af16c8ea54877357311ae3b9521b4c6172e (patch) | |
tree | 5274dbb825c5ec17ca743988b5b0d0663661069b /files/zh-cn/web/api | |
parent | 7e34be420c77ae8ff7d643de0a45f7ce83734f4d (diff) | |
download | translated-content-4ee71af16c8ea54877357311ae3b9521b4c6172e.tar.gz translated-content-4ee71af16c8ea54877357311ae3b9521b4c6172e.tar.bz2 translated-content-4ee71af16c8ea54877357311ae3b9521b4c6172e.zip |
Change the URL of channel messaging basic demo (#3479)
Diffstat (limited to 'files/zh-cn/web/api')
-rw-r--r-- | files/zh-cn/web/api/messageport/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/messageport/index.html b/files/zh-cn/web/api/messageport/index.html index a6e13b78e8..3c77795c96 100644 --- a/files/zh-cn/web/api/messageport/index.html +++ b/files/zh-cn/web/api/messageport/index.html @@ -81,7 +81,7 @@ function onMessage(e) { output.innerHTML = e.data; }</pre> -<p>要查看可运行的完整示例,参考我们在 Github 上的 <a class="external external-icon" href="https://github.com/mdn/channel-messaging-basic-demo">channel messaging basic demo</a> (<a class="external external-icon" href="http://mdn.github.io/channel-messaging-basic-demo/">也可以在线运行</a>).</p> +<p>要查看可运行的完整示例,参考我们在 Github 上的 <a class="external external-icon" href="https://github.com/mdn/dom-examples/tree/master/channel-messaging-basic">channel messaging basic demo</a> (<a class="external external-icon" href="https://mdn.github.io/dom-examples/channel-messaging-basic/">也可以在线运行</a>).</p> <h2 id="规范">规范</h2> |