Open
Description
Hi,
I'm using @octokit/rest
as my GH rest client and I found a possible bug in
request.js/src/fetch-wrapper.ts
Line 50 in 92e7e1c
headers
as a non-iterable object. In that case, @octokit/request
throws an error saying response.headers is not iterable
.
I'd expect the package to iterate the headers
attribute only if it exists and is iterable...
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🔥 Backlog