Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes two problems: 1. The import for `NodeReadableStream` was missing 2. We can't use `NodeReadableStream` as the type for `body` because it it not assignable to any type that makes up `BodyInit` so instead [modify](https://stackoverflow.com/questions/41285211/overriding-interface-property-type-defined-in-typescript-d-ts-file) the RequestInit type to omit the original `body` type and include the new one. Co-authored-by: Irakli Gozalishvili <[email protected]>
- Loading branch information