readFileSync
readFileSync(path): null | ArrayBuffer
Synchronously returns an ArrayBuffer containing the contents
of the file at path.
Parameters
| Parameter | Type |
|---|---|
path | PathLike |
Returns
null | ArrayBuffer
readFileSync(path): null | ArrayBuffer
Synchronously returns an ArrayBuffer containing the contents
of the file at path.
| Parameter | Type |
|---|---|
path | PathLike |
null | ArrayBuffer