Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Breaks got v11 on Node.JS v14 #182

Open
api-haus opened this issue Jun 23, 2021 · 2 comments
Open

Breaks got v11 on Node.JS v14 #182

api-haus opened this issue Jun 23, 2021 · 2 comments

Comments

@api-haus
Copy link

This package breaks usage of IncomingMessage as AsyncIterator.
Including libraries like: got.

for await (const chunk of request)

Leads to:

TypeError: Cannot read property 'readable' of undefined

Leaving there just to save time for people searching for this issue.

@fracmak
Copy link

fracmak commented Oct 7, 2021

I was able to solve this by switching to nock's version of vcr/replay Nock Back

https://github.com/nock/nock#nock-back

@pstadler
Copy link

We switched to Pollyjs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants