| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 604456c commit 8a24c17
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -149,8 +149,8 @@ class Blob { | |||
| 149 | 149 | } | |
| 150 | 150 | validateDictionary(options, 'options'); | |
| 151 | 151 | let { | |
| 152 | - type = '', | ||
| 153 | 152 | endings = 'transparent', | |
| 153 | + type = '', | ||
| 154 | 154 | } = options ?? kEmptyObject; | |
| 155 | 155 | ||
| 156 | 156 | endings = `${endings}`; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,6 @@ | |||
| 10 | 10 | "blobParts not an object: BigInt with BigInt.prototype[Symbol.iterator]", | |
| 11 | 11 | "blobParts not an object: Symbol with Symbol.prototype[Symbol.iterator]", | |
| 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 | 13 | "Arguments should be evaluated from left to right." | |
| 15 | 14 | ], | |
| 16 | 15 | "flaky": [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments