Skip to content

Commit

Permalink
fix: add missing exports to undici shim
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jan 28, 2024
1 parent d957877 commit 0f3df1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/shims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,11 @@ function getUndiciShim(): Shim {
"Response",
typeOnly("BodyInit"),
typeOnly("HeadersInit"),
typeOnly("ReferrerPolicy"),
typeOnly("RequestInit"),
typeOnly("RequestCache"),
typeOnly("RequestMode"),
typeOnly("RequestRedirect"),
typeOnly("ResponseInit"),
],
};
Expand Down

0 comments on commit 0f3df1c

Please sign in to comment.