We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2825b commit 38f6231Copy full SHA for 38f6231
doc/api/esm.md
@@ -180,8 +180,8 @@ added: v12.10.0
180
[`data:` URLs][] are supported for importing with the following MIME types:
181
182
* `text/javascript` for ES Modules
183
-* `application/json` for JSON
184
-* `application/wasm` for Wasm
+* `application/json` for JSON (requires [`--experimental-json-modules`](cli.md#--experimental-json-modules) flag)
+* `application/wasm` for Wasm (requires [`--experimental-wasm-modules`](cli.md#--experimental-wasm-modules) flag)
185
186
`data:` URLs only resolve [_Bare specifiers_][Terminology] for builtin modules
187
and [_Absolute specifiers_][Terminology]. Resolving
0 commit comments