denoland / docland

The documentation generation website for Deno
https://doc.deno.land
MIT License
119 stars 29 forks source link

Stable APIs listed on doc.deno.land/deno/unstable #178

Closed GJZwiers closed 1 year ago

GJZwiers commented 1 year ago

There are some Deno APIs that have been stabilized that show up on https://doc.deno.land/deno/unstable, for example Deno.run, Deno.listen and fetch. These no longer require the --unstable flag so they should probably not be listed in the unstable section anymore.

crowlKats commented 1 year ago

The apis listed there are partially unstable, including Deno.run, Deno.listen & fetch. if you click on them, you will see they are different from the stable ones.