aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/websocket/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/api/websocket/index.html')
-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>