Which deno version is used by worker ?
Recently the 3rd party api server has updated its min TLS version
I am using axios to call their apis
But axios uses native module like in nodejs, it uses http module & min/max tls version of axios is determined by http module which in turn by nodejs version
SO which deno version is used in worker
@rubenf
I am using axios to call their apis
But axios uses native module like in nodejs, it uses http module & min/max tls version of axios is determined by http module which in turn by nodejs version
SO which deno version is used in worker
@rubenf