Skip to content

Commit 826715f

Browse files
committed
1 parent 19fd1c4 commit 826715f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ext/wasm/api/sqlite3-api-worker1.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/**
22
2022-07-22
33
44
The author disclaims copyright to this source code. In place of a
@@ -10,12 +10,12 @@
1010
1111
***********************************************************************
1212
13-
This file implements the initializer for the sqlite3 "Worker API
14-
#1", a very basic DB access API intended to be scripted from a main
15-
window thread via Worker-style messages. Because of limitations in
16-
that type of communication, this API is minimalistic and only
17-
capable of serving relatively basic DB requests (e.g. it cannot
18-
process nested query loops concurrently).
13+
This file implements the initializer for SQLite's "Worker API #1", a
14+
very basic DB access API intended to be scripted from a main window
15+
thread via Worker-style messages. Because of limitations in that
16+
type of communication, this API is minimalistic and only capable of
17+
serving relatively basic DB requests (e.g. it cannot process nested
18+
query loops concurrently).
1919
2020
This file requires that the core C-style sqlite3 API and OO API #1
2121
have been loaded.

0 commit comments

Comments
 (0)