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 17652 - Blob constructor: the blobParts array should probably not have nullable elements
Summary: Blob constructor: the blobParts array should probably not have nullable elements
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: File API (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Arun
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-29 14:58 UTC by Ms2ger
Modified: 2012-07-02 17:44 UTC (History)
1 user (show)

See Also:


Attachments

Description Ms2ger 2012-06-29 14:58:35 UTC
It's not clear to me why that should be supported or what it would do.
Comment 1 Ms2ger 2012-06-30 13:11:39 UTC
Additional data point: <http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1645> shows that both Chrome and Gecko stringify null.
Comment 2 Arun 2012-07-02 17:44:38 UTC
OK, WebIDL notation that indicates a nullable type has been removed.