feat(api): add support to ArrayBuffer (#4579)

This commit is contained in:
Lucas Fernandes Nogueira
2022-07-05 17:40:36 -03:00
committed by GitHub
parent b02fc90f45
commit 92aca55a6f
4 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"api": patch
---
Add support to `ArrayBuffer` in `Body.bytes` and `writeBinaryFile`.