mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Bug #1820, add the optional "type" parameter to Blob
This commit is contained in:
parent
37a97f3273
commit
6df9b7fd3a
6 changed files with 66 additions and 51 deletions
|
@ -7,7 +7,7 @@
|
|||
//[Exposed=Window,Worker][Constructor,
|
||||
// Constructor(sequence<(ArrayBuffer or ArrayBufferView or Blob or DOMString)> blobParts, optional BlobPropertyBag options)]
|
||||
[Constructor,
|
||||
Constructor(DOMString blobParts)]
|
||||
Constructor(DOMString blobParts, optional BlobPropertyBag options)]
|
||||
interface Blob {
|
||||
|
||||
readonly attribute unsigned long long size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue