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

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

           Summary: Should SourceBuffer.buffered return a new object?
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Media Source Extensions
        AssignedTo: adrianba@microsoft.com
        ReportedBy: philipj@opera.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-media@w3.org


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

-- 
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 Thursday, 16 August 2012 15:43:18 UTC