@anfenn/dync 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Start with a Website or PWA using IndexedDB, sync with your existing REST API, a
|
|
|
10
10
|
|
|
11
11
|
1. Frictionless upgrade path from an offline-first PWA targeting IndexedDB, to when:
|
|
12
12
|
|
|
13
|
-
**A)
|
|
13
|
+
**A) Substring search is required on many records** (IndexedDB doesn't support this so will do a full table scan in the JS VM, which is both slow and will spike memory)
|
|
14
14
|
|
|
15
15
|
**_and/or_**
|
|
16
16
|
|
package/package.json
CHANGED