Skip to content

Commit

Permalink
Update doc/api/esm.md
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
Trott and aduh95 committed Apr 14, 2022
1 parent d19edca commit ee5a737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/esm.md
Expand Up @@ -181,7 +181,7 @@ added: v12.10.0

* `text/javascript` for ES Modules
* `application/json` for JSON (requires `--experimental-json-modules` flag)
* `application/wasm` for Wasm
* `application/wasm` for Wasm (requires [--experimental-wasm-modules](cli.md#--experimental-wasm-modules) flag).

`data:` URLs only resolve [_Bare specifiers_][Terminology] for builtin modules
and [_Absolute specifiers_][Terminology]. Resolving
Expand Down

0 comments on commit ee5a737

Please sign in to comment.