Closed plehegar closed 8 years ago
LGTM. Editorial changes (non-substantive) may follow. Thanks for putting this together, @plehegar I'll merge it shortly.
Late, but LGTM too.
What's the status of @wolenetz's proposed addition to the at risk features here?
Actually, two questions:
getKinds()
is a kinds
object?sequence<DOMString> kinds
a bug?[ Constructor (TrackDefaultType type, DOMString language, DOMString label, sequence<DOMString> kinds, optional DOMString byteStreamTrackID = "")]
interface TrackDefault {
readonly attribute TrackDefaultType type;
readonly attribute DOMString byteStreamTrackID;
readonly attribute DOMString language;
readonly attribute DOMString label;
sequence<DOMString> getKinds ();
};
Are either of those substantive? Or can we discuss and fix after today's deadline?
On Jun 9, 2016 4:08 PM, "jdsmith3000" notifications@github.com wrote:
Actually, two questions:
- How do we tell the returned value for getKinds() is a kindsobject?
- Is the legacy constructor entry for sequence
kinds a bug? [ Constructor (TrackDefaultType type, DOMString language, DOMString label, sequence
kinds, optional DOMString byteStreamTrackID = "")] interface TrackDefault { readonly attribute TrackDefaultType type; readonly attribute DOMString byteStreamTrackID; readonly attribute DOMString language; readonly attribute DOMString label; sequence getKinds (); }; — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/w3c/media-source/pull/94#issuecomment-225053211, or mute the thread https://github.com/notifications/unsubscribe/ALCtw09C2Cjj1paT7GSg75jAXlEHbQ8yks5qKJz8gaJpZM4IyUO8 .
Fix for #91