Skip to content

Commit

Permalink
docs: remove reference to eliminated flag (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored and ije committed Nov 13, 2024
1 parent a6bc138 commit 49a3fe0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,11 @@ import unescape from "https://esm.sh/lodash/unescape?no-dts";
This will prevent the `X-TypeScript-Types` header from being included in the network request, and you can manually
specify the types for the imported module.

## Supporting Nodejs/Bun
## Supporting Node.js/Bun

Nodejs(18+) supports http importing under the `--experimental-network-imports` flag. Bun doesn't support http modules
yet.
Node.js and Bun don't currently support http modules.

We highly recommend [Reejs](https://ree.js.org/) as the runtime with esm.sh that works both in Nodejs and Bun.
We highly recommend [Reejs](https://ree.js.org/) as the runtime with esm.sh that works both in Node.js and Bun.

## Global CDN

Expand Down

0 comments on commit 49a3fe0

Please sign in to comment.