[Bug 27790] [MSE] Some of the attributes returning TimeRanges objects seem to return a new object each time the getter is invoked

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27790

--- Comment #4 from Philip Jägenstedt <philipj@opera.com> ---
Thanks, bug 22471 was the discussion I wasn't sure had happened. I'm not the
spec editor here, but my take is that returning a new object every time isn't
terrible enough to warrant trying to replace the attribute with a method, it's
too late for HTMLMediaElement and consistency is worth something as well, even
when consistently bad.

Ensuring that .buffered returns the same object as long as it hasn't changed
since last access would be a less radical change that's probably Web
compatible, if both specs made the same change.

I'm also OK with the current state of things.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 9 January 2015 13:27:12 UTC