We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a4557 commit 0d474b7Copy full SHA for 0d474b7
1 file changed
README.md
@@ -5,8 +5,9 @@ It's "nice" because:
5
6
- It removes the "opfs" VFS and worker parts of the JS bindings making for a
7
smaller bundle size.
8
-- It allows passing in a custom path for the WASM module in order to support
9
- cache-busting filenames / bundlers.
+- It allows overriding the `locateFile` function so that you can provide a
+ custom path for the WASM module (e.g. in order to support cache-busting
10
+ filenames) or even a `Response` object (e.g. so you can abort the download).
11
- It fixes some warnings that otherwise might occur at build or run-time
12
(e.g. the COOP/COEP header warning which is only relevant to the "opfs" VFS
13
and a warning about dependencies based on expressions).
0 commit comments