w3c / media-source

Media Source Extensions
https://w3c.github.io/media-source/
Other
267 stars 59 forks source link

Editorial: "abort" event description should not include "remove" as a validly abort()-able operation #287

Closed wolenetz closed 2 years ago

wolenetz commented 2 years ago

Up to just prior to reaching v1 REC, the spec allowed for apps to abort() an in-progress asynchronous remove() operation on a SourceBuffer. #19 changed this behavior to instead throw error if abort() occurs while asynchronous remove() is in-progress. Therefore, the "abort" event description should no longer indicate that possibly it is due to a "remove" being aborted.