[Bug 18593] Should SourceBuffer.buffered return a new object?

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

Aaron Colwell <acolwell@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |acolwell@chromium.org
         AssignedTo|adrianba@microsoft.com      |acolwell@chromium.org

--- Comment #2 from Aaron Colwell <acolwell@chromium.org> 2012-08-17 20:46:23 UTC ---
(In reply to comment #0)
> http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#dom-buffered
> 
> 2. Return TimeRanges for the media segments buffered.
> 
> It's not clear if a new object should be returned or if the same object should
> be returned each time. If the same object is returned, it must be clearly
> stated that the object is live, similar to a HTMLCollection.
> 
> HTMLMediaElement.buffered always returns a new object, see
> http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#dom-media-buffered

I intended for it to be a new object every time.

How about:
"2. Return a new static normalized TimeRanges object for the media segments
buffered."

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 17 August 2012 20:46:24 UTC