mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
updated Blob constructor to use optional, fixes https://github.com/servo/servo/issues/10779
This commit is contained in:
parent
98ae238adf
commit
711c23ae39
3 changed files with 21 additions and 27 deletions
|
@ -4,8 +4,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// http://dev.w3.org/2006/webapi/FileAPI/#dfn-Blob
|
||||
[Constructor,
|
||||
Constructor(sequence<(/*ArrayBuffer or ArrayBufferView or */Blob or DOMString)> blobParts,
|
||||
[Constructor(optional sequence<(/*ArrayBuffer or ArrayBufferView or */Blob or DOMString)> blobParts,
|
||||
optional BlobPropertyBag options),
|
||||
Exposed=Window/*,Worker*/]
|
||||
interface Blob {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue