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