<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [MSE] MediaSource.endOfStream() triggers updateend event"
   href="https://bugs.webkit.org/show_bug.cgi?id=165336#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [MSE] MediaSource.endOfStream() triggers updateend event"
   href="https://bugs.webkit.org/show_bug.cgi?id=165336">bug 165336</a>
              from <span class="vcard"><a class="email" href="mailto:joeyparrish&#64;google.com" title="Joey Parrish &lt;joeyparrish&#64;google.com&gt;"> <span class="fn">Joey Parrish</span></a>
</span></b>
        <pre>Yes, and it's almost impossible to polyfill this behavior without a user-agent check to determine the Safari version.  Safari 10 sets updating to true and fires 'updateend'.  Safari 9 sets updating to true but *doesn't* fire 'updateend'.  So if you use updating=true to decide whether or not to wait for the extra 'updateend', you will stall your MediaSource code on Safari 9.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>