Skip to content

Commit 0d474b7

Browse files
committed
chore: update README.md
1 parent 58a4557 commit 0d474b7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ It's "nice" because:
55

66
- It removes the "opfs" VFS and worker parts of the JS bindings making for a
77
smaller bundle size.
8-
- It allows passing in a custom path for the WASM module in order to support
9-
cache-busting filenames / bundlers.
8+
- It allows overriding the `locateFile` function so that you can provide a
9+
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).
1011
- It fixes some warnings that otherwise might occur at build or run-time
1112
(e.g. the COOP/COEP header warning which is only relevant to the "opfs" VFS
1213
and a warning about dependencies based on expressions).

0 commit comments

Comments
 (0)