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 23731 - Should readEncoding be merged into readType?
Summary: Should readEncoding be merged into readType?
Status: RESOLVED WONTFIX
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Streams API (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Takeshi Yoshino
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 18:34 UTC by Takeshi Yoshino
Modified: 2013-11-08 07:32 UTC (History)
2 users (show)

See Also:


Attachments

Description Takeshi Yoshino 2013-11-05 18:34:30 UTC
This break enum based method definition using IDL, but API becomes a bit simpler.

For example:

readableStream.readType = "text; UTF-8"
Comment 1 Takeshi Yoshino 2013-11-07 19:25:47 UTC
writeEncoding in planned to be introduced. Keep them symmetry.