We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4714dbc commit bda4c31Copy full SHA for bda4c31
test/wpt/status/FileAPI/blob.json
@@ -12,6 +12,12 @@
12
"Getters and value conversions should happen in order until an exception is thrown.",
13
"options properties should be accessed in lexicographic order.",
14
"Arguments should be evaluated from left to right."
15
+ ],
16
+ "flaky": [
17
+ "Passing typed arrays as elements of the blobParts array should work.",
18
+ "Passing a Float16Array as element 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
]
22
}
23
},
0 commit comments