On 3/30/10 10:22 AM, Jonas Sicking wrote: > Making it implementation dependent is likely to lead to website > incompatibilities. Such as: > > ws = new WebSocket(...); > ws.onopen = function() { > ws.send(someString); > if (ws.bufferedAmount> X) { > doStuff(); Can bufferedAmount not change due to data actually hitting the network during the execution of this code? As in, will all the someString data be buffered immediately after that send() call? -BorisReceived on Tuesday, 30 March 2010 21:56:17 UTC
This archive was generated by hypermail 2.4.0 : Wednesday, 22 January 2020 16:59:22 UTC