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 16721 - Blob constructor with wrong args
Summary: Blob constructor with wrong args
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: File API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Arun
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 09:39 UTC by Simon Pieters
Modified: 2012-05-07 04:50 UTC (History)
2 users (show)

See Also:


Attachments

Description Simon Pieters 2012-04-13 09:39:10 UTC
http://dev.w3.org/2006/webapi/FileAPI/#dfn-Blob

"If a type that is not one of DOMString [WebIDL], ArrayBuffer [TypedArrays], or Blob is used as a blobParts member, the user agent MUST throw an InvalidStateError."

I think this requirement should be struck. WebIDL should take care of it (it converts to DOMString).
Comment 1 Arun 2012-05-07 04:50:25 UTC
Marking this fixed.