1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

buffer to blob

This commit is contained in:
Jernej Pregelj 2019-03-26 16:13:24 +01:00
parent 05ca0da57f
commit 8d0002d5f4

View File

@ -97,8 +97,7 @@ export class Brizo extends Instantiable {
const response = await WebServiceConnectorProvider
.getConnector()
.get(url)
await save(await response.buffer(), path)
await save(await response.blob(), path)
return path
}
}