Skip to content

Commit 429da75

Browse files
committed
Sync MD files from dexie-web - Applied patches for: docs/Dexie/Dexie.md - Source commit: f7575b36869b06d25a4ec0f0fc5b3f134c981a61
1 parent 1e5124e commit 429da75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Dexie/Dexie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var db = new Dexie(databaseName, options?);
2424
2525
| Option | Description |
2626
| ---------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
27-
| addons: Array<DexieAddon> | Explicitly define the addons to activate for this db instance |
27+
| addons: Array&lt;DexieAddon&gt; | Explicitly define the addons to activate for this db instance |
2828
| autoOpen: boolean | Default true. Whether database will open automatically on first query. |
2929
| indexedDB: [IDBFactory](https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory) | Supply an alternate implementation of indexedDB. If supplying this, also supply IDBKeyRange that works with that implementation. |
3030
| IDBKeyRange: [IDBKeyRange](https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange) | An implementation of the IDBKeyRange interface that works with provided indexedDB implementation. |

0 commit comments

Comments
 (0)