Update wpt-tests metadata

This commit is contained in:
Utsav Oza 2020-05-19 16:32:10 +05:30
parent 4c637e0601
commit 9b0b03a432
16 changed files with 62 additions and 60 deletions

View file

@ -60,7 +60,6 @@ impl Blob {
blobParts: Option<Vec<ArrayBufferOrArrayBufferViewOrBlobOrString>>,
blobPropertyBag: &BlobBinding::BlobPropertyBag,
) -> Fallible<DomRoot<Blob>> {
// TODO: accept other blobParts types - ArrayBuffer or ArrayBufferView
let bytes: Vec<u8> = match blobParts {
None => Vec::new(),
Some(blobparts) => match blob_parts_to_bytes(blobparts) {