Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/internal/blob.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ class Blob {
}
validateDictionary(options, 'options');
let {
type = '',
endings = 'transparent',
type = '',
} = options ?? kEmptyObject;

endings = `${endings}`;
Expand Down
1 change: 0 additions & 1 deletion test/wpt/status/FileAPI/blob.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"blobParts not an object: BigInt with BigInt.prototype[Symbol.iterator]",
"blobParts not an object: Symbol with Symbol.prototype[Symbol.iterator]",
"Getters and value conversions should happen in order until an exception is thrown.",
"options properties should be accessed in lexicographic order.",
"Arguments should be evaluated from left to right."
],
"flaky": [
Expand Down
Loading