Skip to content

Commit 948c866

Browse files
authored
Fix link to Transferable objects (#39)
1 parent edf3403 commit 948c866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Similar to [RBush](https://github.com/mourner/rbush), with the following key dif
88

99
- **Static**: you can't add/remove items after initial indexing.
1010
- **Faster** indexing and search, with much lower **memory** footprint.
11-
- Index is stored as a single **array buffer** (so you can [transfer](https://developer.mozilla.org/en-US/docs/Web/API/Transferable) it between threads or store it as a compact binary file).
11+
- Index is stored as a single **array buffer** (so you can [transfer](https://developer.mozilla.org/en-US/docs/Glossary/Transferable_objects) it between threads or store it as a compact binary file).
1212

1313
Supports geographic locations with the [geoflatbush](https://github.com/mourner/geoflatbush) extension.
1414

0 commit comments

Comments
 (0)