| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -312,6 +312,9 @@ class Blob { | |||
| 312 | 312 | return dec.decode(await this.arrayBuffer()); | |
| 313 | 313 | } | |
| 314 | 314 | ||
| 315 | + /** | ||
| 316 | + * @returns {Promise<Uint8Array>} | ||
| 317 | + */ | ||
| 315 | 318 | bytes() { | |
| 316 | 319 | if (!isBlob(this)) | |
| 317 | 320 | throw new ERR_INVALID_THIS('Blob'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments