4 lines
91 B
Plaintext
4 lines
91 B
Plaintext
export default function getBufferResponse(response) {
|
|
return response.arrayBuffer();
|
|
}
|