diff --git a/doc/api/buffer.md b/doc/api/buffer.md index c72590cb71538c..87d74b47447b43 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -513,6 +513,18 @@ added: Returns a promise that fulfills with an {ArrayBuffer} containing a copy of the `Blob` data. +### `blob.bytes()` + + + +* Returns: {Promise} + +Returns a promise that fulfills with a {Uint8Array} containing a copy of the +`Blob` data. + ### `blob.size`