Skip to content

Commit 5692fb9

Browse files
authored
docs(output): remove fetch-streaming value for wasmLoading option (#7488)
1 parent 2a32eb2 commit 5692fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/output.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2432,7 +2432,7 @@ module.exports = {
24322432

24332433
## output.wasmLoading
24342434

2435-
`false` `'fetch-streaming' | 'fetch' | 'async-node'` `string`
2435+
`false` `'fetch' | 'async-node'` `string`
24362436

24372437
Option to set the method of loading WebAssembly Modules. Methods included by default are `'fetch'` (web/WebWorker), `'async-node'` (Node.js), but others might be added by plugins.
24382438

0 commit comments

Comments
 (0)