Deno APIs missing in Deno runtime #24640
-
Hi, I am using deno 1.45.2. Is it a problem with the deno version or is the API deprecated? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
bartlomieju
Jul 18, 2024
Replies: 1 comment
-
This is an unstable API, you need to pass |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
satyarohith
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an unstable API, you need to pass
--unstable
or--unstable-net
flag to enable this API.