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 23974 - [Streams API] Don't inherit object URL feature
Summary: [Streams API] Don't inherit object URL feature
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Streams API (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Takeshi Yoshino
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-03 15:45 UTC by Takeshi Yoshino
Modified: 2014-01-30 06:32 UTC (History)
2 users (show)

See Also:


Attachments

Description Takeshi Yoshino 2013-12-03 15:45:32 UTC
Consider removing object URL feature. What's realized by object URL now can be implemented as pipe()-ing to elements. Unless there's strong demand and rationale, we should consider removing it.
Comment 1 Takeshi Yoshino 2014-01-28 05:24:42 UTC
In ED, experimentally separated the type attribute from ReadableStream. It's now a part of createObjectURL method so that the core ReadableStream class is simpler.