mirror of
https://github.com/diligencia/semantic-branch-version.git
synced 2024-11-24 04:53:51 +08:00
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
|
export default function getBufferResponse(response) {
|
||
|
return response.arrayBuffer();
|
||
|
}
|