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 26797 - Typo in MediaKeySession.load(DOMString sessionId)
Summary: Typo in MediaKeySession.load(DOMString sessionId)
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Encrypted Media Extensions (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: David Dorwin
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-14 23:26 UTC by Chris Pearce
Modified: 2014-09-15 20:08 UTC (History)
3 users (show)

See Also:


Attachments

Description Chris Pearce 2014-09-14 23:26:20 UTC
There's a typo in the definition of MediaKeySession.load() in the spec.

It's defined as:

Promise<bool> load(DOMString sessionId);

But "bool" is not a valid type, it should be "boolean" I believe:
http://www.w3.org/TR/WebIDL/#idl-boolean
Comment 1 David Dorwin 2014-09-15 20:08:25 UTC
Fixed in https://dvcs.w3.org/hg/html-media/rev/79d5d9c3d701.