Skip to content

Commit

Permalink
doc: specify flag needed for JSON and Wasm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Apr 14, 2022
1 parent 7f2825b commit f9ca968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/esm.md
Expand Up @@ -180,8 +180,8 @@ added: v12.10.0
[`data:` URLs][] are supported for importing with the following MIME types:

* `text/javascript` for ES Modules
* `application/json` for JSON
* `application/wasm` for Wasm
* `application/json` for JSON (requires [`--experimental-json-modules`](cli.md#cli_experimental_json_modules) flag)
* `application/wasm` for Wasm (requires [`--experimental-wasm-modules`](cli.md#cli_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 f9ca968

Please sign in to comment.