w3c / media-source

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

Use [SameObject] on the readonly source buffer attributes #194

Open nox opened 7 years ago

nox commented 7 years ago

The attributes sourceBuffers and activeSourceBuffers on the MediaSource interface could probably be annotated with [SameObject], given AFAIK the same instances are always returned.

wolenetz commented 3 years ago

Looks like a spec bugfix in scope of V2 to me.