aboutsummaryrefslogtreecommitdiff
path: root/src/query.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/query.ts')
-rw-r--r--src/query.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/query.ts b/src/query.ts
index cb033df4c..805abd361 100644
--- a/src/query.ts
+++ b/src/query.ts
@@ -509,6 +509,9 @@ class IterQueryStream<T> extends QueryStreamBase<T> {
}
+/**
+ * Root wrapper around an IndexedDB for queries with a fluent interface.
+ */
export class QueryRoot implements PromiseLike<void> {
private work: Array<((t: IDBTransaction) => void)> = [];
private stores = new Set();