Remove Blob constructor overload (spec update) |
||||
Issue descriptionhttps://github.com/w3c/FileAPI/issues/33 proposes an accepted spec update for the Blob constructor, going from: [Constructor, Constructor(sequence<...> blobParts, optional BlobPropertyBag options)] to: [Constructor(optional sequence<...> blobParts, optional BlobPropertyBag options)] We should attempt to make the update. The behavior change is that `new Blob(undefined)` now works the same as `new Blob()` instead of throwing, which seems safe and desirable.
,
Apr 21 2016
,
Jun 15 2018
,
Jun 15 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by bugdroid1@chromium.org
, Apr 21 2016