We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request.headersList.entries
This comment kind of explains itself:
miniflare/packages/core/src/standards/http.ts
Lines 797 to 800 in 78c2e0a
This breaks in the latest Undici version.
It's now a Record<string, string>: https://github.com/nodejs/undici/blob/main/lib/fetch/headers.js#L176-L186
Record<string, string>
The text was updated successfully, but these errors were encountered:
Bump undici to 5.27.2
undici
5.27.2
eb0e544
Addresses low severity `npm audit` warning: GHSA-wqq4-5wpv-mx2g Fixes #607 Fixes #738
5.28.2
Bump undici to 5.28.2
127c2d1
Bump undici to 5.28.2 (#742)
bee57ff
Successfully merging a pull request may close this issue.
This comment kind of explains itself:
miniflare/packages/core/src/standards/http.ts
Lines 797 to 800 in 78c2e0a
This breaks in the latest Undici version.
It's now a
Record<string, string>
: https://github.com/nodejs/undici/blob/main/lib/fetch/headers.js#L176-L186The text was updated successfully, but these errors were encountered: