mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
blob to arraybuffer
This commit is contained in:
parent
8d0002d5f4
commit
77dfb3aab0
@ -97,7 +97,7 @@ export class Brizo extends Instantiable {
|
|||||||
const response = await WebServiceConnectorProvider
|
const response = await WebServiceConnectorProvider
|
||||||
.getConnector()
|
.getConnector()
|
||||||
.get(url)
|
.get(url)
|
||||||
await save(await response.blob(), path)
|
await save(await response.arrayBuffer(), path)
|
||||||
return path
|
return path
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user