On 2012-10-05 15:55, Jim Barnett wrote: > Here is a proposal for recording for discussion on Tuesday’s call. > > -Jim and Travis > > The UA may garbage collect the original Blob of data once the > dataavailable event that contains it has been processed. Does this mean that I couldn't do the following? var blobs = []; track.ondataavailable = function (evt) { blobs.push(evt.data); }; /AdamReceived on Tuesday, 16 October 2012 09:08:44 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 16:26:12 UTC