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
It would be beneficial if the curl object (or the windows equivalent) would be exposed to the caller.
Then the requests could be customized, for example to use a proxy server etc.
Edit: Maybe overload the get etc or fetch (interalFetch) that it accepts a "curl" object, then options could be set by the caller, by providing their own.
The text was updated successfully, but these errors were encountered:
It would be beneficial if the curl object (or the windows equivalent) would be exposed to the caller.
Then the requests could be customized, for example to use a proxy server etc.
Edit: Maybe overload the
get
etc orfetch
(interalFetch
) that it accepts a "curl" object, then options could be set by the caller, by providing their own.The text was updated successfully, but these errors were encountered: