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 27979 - "USVString decode(optional BufferSource input, o..."
Summary: "USVString decode(optional BufferSource input, o..."
Status: RESOLVED WORKSFORME
Alias: None
Product: WHATWG
Classification: Unclassified
Component: Encoding (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+encodingspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-08 08:31 UTC by Josh Matthews
Modified: 2015-02-08 08:44 UTC (History)
2 users (show)

See Also:


Attachments

Description Josh Matthews 2015-02-08 08:31:38 UTC
https://encoding.spec.whatwg.org/#textdecoder

[[
USVString decode(optional BufferSource input, optional TextDecodeOptions options);
]]

BufferSource is not defined anywhere in the spec.
Comment 1 Anne 2015-02-08 08:44:48 UTC
Everything not explicitly referenced (such as USVString and BufferSource) are defined by IDL itself.