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

Merge pull request #164 from oceanprotocol/fix/consume-flow-browser

Browser consume flow fix
This commit is contained in:
Jernej Pregelj 2019-03-29 09:38:42 +01:00 committed by GitHub
commit 338184cf7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.arrayBuffer(), path)
return path
}
}