bluesky-social/bsky-docs

Update Javascript examples to include fetch

Opened this issue · 0 comments

The fetch api is now included in the LTS version of NodeJS by default:

https://nodejs.org/dist/latest-v21.x/docs/api/globals.html#fetch

JS examples for using the atproto api should probably include fetch examples, and optionally make these examples the default visible example when clicking on NodeJS.