You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note the inclusion of the | URL in the input parameter types.
This is causing errors when using code/types that include things like:
typeFetchParameters=Parameters<typeoffetch>
...
const[url,init]: FetchParams= ...
constsigned=aws.sign(url,{ ...init, ...})// Type error about incompatible types with `URL`
The text was updated successfully, but these errors were encountered:
aws4fetch/dist/main.d.ts
Lines 20 to 35 in 03f9802
See TypeScripts signature here: https://github.com/microsoft/TypeScript/blob/main/lib/lib.dom.d.ts#L16971
Note the inclusion of the
| URL
in theinput
parameter types.This is causing errors when using code/types that include things like:
The text was updated successfully, but these errors were encountered: