Don’t process update end until buffered value has been set
In Firefox, the updateend event is triggered for both removing from the buffer and adding to the buffer. To prevent our update end handler from executing on removals, we wait for segmentInfo to have a filled in buffered value before we continue processing.
Showing
2 changed files
with
43 additions
and
2 deletions
-
Please register or sign in to post a comment