![]() |
VOOZH | about |
The Buffer.buffer property is an inbuilt application programming interface of class Buffer within buffer module which is used to get the object of array buffer equivalent to this buffer object.
Syntax:
const buf.buffer
Return Value: This property returns the object of array buffer.
Example 1: Filename: index.js
Output:
Big Integer :- [object ArrayBuffer]
Example 2: Filename: index.js
Output:
both buffer is equivalent
Run the index.js file using the following command:
node index.jsReference: https://nodejs.org/api/buffer.html#buffer_buf_buffer