diff --git a/lib/shims.ts b/lib/shims.ts index 72c1583..7f4798e 100644 --- a/lib/shims.ts +++ b/lib/shims.ts @@ -208,7 +208,11 @@ function getUndiciShim(): Shim { "Response", typeOnly("BodyInit"), typeOnly("HeadersInit"), + typeOnly("ReferrerPolicy"), typeOnly("RequestInit"), + typeOnly("RequestCache"), + typeOnly("RequestMode"), + typeOnly("RequestRedirect"), typeOnly("ResponseInit"), ], };