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
I'd like to ignore https errors for one specific endpoint using node.js.
In node-fetch this can be done using the agent property, the problem is that it's not exposed in typescript so the code doesn't transpile. Currently I've "solved" it by retyping it as any which is far from ideal.
Adding support for the agent property would be great.
The text was updated successfully, but these errors were encountered:
I'd like to ignore https errors for one specific endpoint using node.js.
In node-fetch this can be done using the
agent
property, the problem is that it's not exposed in typescript so the code doesn't transpile. Currently I've "solved" it by retyping it asany
which is far from ideal.Adding support for the
agent
property would be great.The text was updated successfully, but these errors were encountered: