|
6 | 6 | "fail": {
|
7 | 7 | "note": "Depends on File API",
|
8 | 8 | "expected": [
|
9 |
| - "A plain object with @@iterator should be treated as a sequence for the blobParts argument.", |
10 |
| - "A plain object with @@iterator and a length property should be treated as a sequence for the blobParts argument.", |
11 |
| - "A String object should be treated as a sequence for the blobParts argument.", |
12 |
| - "A Uint8Array object should be treated as a sequence for the blobParts argument.", |
13 | 9 | "Getters and value conversions should happen in order until an exception is thrown.",
|
14 |
| - "Changes to the blobParts array should be reflected in the returned Blob (pop).", |
15 |
| - "Changes to the blobParts array should be reflected in the returned Blob (unshift).", |
16 |
| - "ToString should be called on elements of the blobParts array.", |
17 |
| - "ArrayBuffer elements of the blobParts array should be supported.", |
18 |
| - "Passing typed arrays as elements of the blobParts array should work.", |
19 |
| - "Passing a Float64Array as element of the blobParts array should work.", |
20 |
| - "Passing BigInt typed arrays as elements of the blobParts array should work.", |
21 |
| - "Array with two blobs", |
22 |
| - "Array with two buffers", |
23 |
| - "Array with two bufferviews", |
24 |
| - "Array with mixed types", |
25 | 10 | "options properties should be accessed in lexicographic order.",
|
26 | 11 | "Arguments should be evaluated from left to right.",
|
27 |
| - "Passing null (index 0) for options should use the defaults.", |
28 |
| - "Passing null (index 0) for options should use the defaults (with newlines).", |
29 |
| - "Passing undefined (index 1) for options should use the defaults.", |
30 |
| - "Passing undefined (index 1) for options should use the defaults (with newlines).", |
31 |
| - "Passing object \"[object Object]\" (index 2) for options should use the defaults.", |
32 |
| - "Passing object \"[object Object]\" (index 2) for options should use the defaults (with newlines).", |
33 |
| - "Passing object \"[object Object]\" (index 3) for options should use the defaults.", |
34 |
| - "Passing object \"[object Object]\" (index 3) for options should use the defaults (with newlines).", |
35 |
| - "Passing object \"/regex/\" (index 4) for options should use the defaults.", |
36 |
| - "Passing object \"/regex/\" (index 4) for options should use the defaults (with newlines).", |
37 |
| - "Passing function \"function() {}\" (index 5) for options should use the defaults.", |
38 |
| - "Passing function \"function() {}\" (index 5) for options should use the defaults (with newlines)." |
| 12 | + "Passing a Float16Array as element of the blobParts array should work." |
39 | 13 | ]
|
40 | 14 | }
|
41 | 15 | },
|
|
0 commit comments