aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/websocket
diff options
context:
space:
mode:
authortristantheb <tristantheb@gmail.com>2021-04-21 16:21:07 +0200
committerIrvin <irvinfly@gmail.com>2021-04-22 00:40:28 +0800
commite9bb21320278d88f6795525b4bb6c91b90711fcc (patch)
tree954e9ca33c74f55cacebf9929ba640caf0b88c4c /files/zh-tw/web/api/websocket
parent3c2908eafe5aacd2b98c1b4e23a8da28a120dbeb (diff)
downloadtranslated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.gz
translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.bz2
translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.zip
KS: Removal of the least used macros
Diffstat (limited to 'files/zh-tw/web/api/websocket')
-rw-r--r--files/zh-tw/web/api/websocket/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/zh-tw/web/api/websocket/index.html b/files/zh-tw/web/api/websocket/index.html
index cd92f4fd7a..8a8c14f3cb 100644
--- a/files/zh-tw/web/api/websocket/index.html
+++ b/files/zh-tw/web/api/websocket/index.html
@@ -189,8 +189,6 @@ void send(
<h6 id="註釋">註釋</h6>
<div class="geckoVersionNote">
-<p>{{ gecko_callout_heading("6.0") }}</p>
-
<p>Gecko <code>send()</code> 方法的實作與 Gecko 6.0 的規範有差別。Gecko 回傳一個 <code>boolean</code> 以表示連線是否仍處於開啟狀態(且資料成功隊列/傳輸)。另外,此時此刻,Gecko 不支援 <code><a href="/zh_tw/JavaScript_typed_arrays/ArrayBuffer" title="zh tw/JavaScript typed arrays/ArrayBuffer">ArrayBuffer</a></code> 或 {{ domxref("Blob") }} 作為資料形態。</p>
</div>