WebSocket: bufferedAmount プロパティ

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

メモ: この機能はウェブワーカー内で利用可能です。

WebSocket.bufferedAmount は読み取り専用のプロパティで、 send() の呼び出しによってキューに入れられてはいますが、まだネットワークに送信されていないデータのバイト数を返します。この値は、一度キューに入れられたデータすべてが送信されると 0 にリセットされます。なお、接続が閉じられたときは、 0 にリセットされません。 send() を呼び出し続けると、この値は大きくなっていきます。

unsigned long です。

仕様書

Specification
WebSockets
# ref-for-dom-websocket-bufferedamount①

ブラウザーの互換性

Report problems with this compatibility data on GitHub
desktopmobileserver
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
Deno
Node.js
bufferedAmount

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support