Re: [mediacapture-record] Should a dataavailable event be dispatched in case there is no available data (#153)

Apologies for the delay. I don't see an issue with having 0-sized blobs for the reason I gave before. The if-check is a hack I added while developing the Chrome code a long time ago, and somehow it has stuck around. Usually JS code will keep an array of `blobs` received on `onDataAvailable` and eventually concatenate those at a certain point in time for download; having a (number of) empty `blobs` won't make a difference.

> - Applications not using requestData will no longer need this if check

Like I said, the check is not needed :-)

Closing to simplify the issues accountancy; please shout if you disagree.

-- 
GitHub Notification of comment by yellowdoge
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/153#issuecomment-459133053 using your GitHub account

Received on Wednesday, 30 January 2019 22:20:17 UTC