
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
export default function getBufferResponse(response) {
|
|
return response.arrayBuffer();
|
|
}
|