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
some methods are calling it with badRequestResponse('Invalid IPNS name') which is obfuscating errors because the function signature is actually (url: string, body?: SupportedBodyTypes, init?: ResponseInit)
The function signature was updated to (url: string, body?: SupportedBodyTypes | Error, init?: ResponseInit) in #26
The text was updated successfully, but these errors were encountered:
some methods are calling it with
badRequestResponse('Invalid IPNS name')
which is obfuscating errors because the function signature is actually(url: string, body?: SupportedBodyTypes, init?: ResponseInit)
The function signature was updated to
(url: string, body?: SupportedBodyTypes | Error, init?: ResponseInit)
in #26The text was updated successfully, but these errors were encountered: