This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27352 - [MSE] TrackDefault constructor should throw a TypeError for invalid kinds
Summary: [MSE] TrackDefault constructor should throw a TypeError for invalid kinds
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Media Source Extensions (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: CR
Assignee: Aaron Colwell
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-17 18:01 UTC by Aaron Colwell
Modified: 2014-11-18 18:34 UTC (History)
3 users (show)

See Also:


Attachments

Description Aaron Colwell 2014-11-17 18:01:33 UTC
The TrackDefault constructor should throw a TypeError instead of a INVALID_ACCESS_ERR for invalid kind values. This would make it behave more like standard WebIDL when an invalid enum value is specified.