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 d19edca commit ee5a737Copy full SHA for ee5a737
doc/api/esm.md
@@ -181,7 +181,7 @@ added: v12.10.0
181
182
* `text/javascript` for ES Modules
183
* `application/json` for JSON (requires `--experimental-json-modules` flag)
184
-* `application/wasm` for Wasm
+* `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