Unable to use Deno.createHttpClient without deprecated flag --unstable
I expected it to be behind the newer
--unstable-net
flag1 Reply
I apologize for the inconvenience, but I wasn't able to find the answer to your question in the official Deno documentation. However, based on your message, it seems like you're encountering an issue with the stability of the
Deno.createHttpClient
API.
As of my last update, Deno.createHttpClient
might still require the --unstable
flag if it hasn't been stabilized in the latest Deno releases. The --unstable-net
flag you mentioned does not exist as a standard Deno CLI flag, which could be the reason why you are experiencing issues.
Please note that this advice is not based on the Deno documentation, and I would recommend double-checking the accuracy of this advice. It's always a good idea to consult the latest Deno release notes or the official Deno Discord community for the most up-to-date information on API stability and feature flags.