File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33SQLite Wasm conveniently wrapped as an ES Module.
44
5- > ** Note **
5+ > ** Warning **
66>
77> This project wraps the code of
88> [ SQLite Wasm] ( https://sqlite.org/wasm/doc/trunk/index.md ) with _ no_ changes.
@@ -53,7 +53,8 @@ sqlite3InitModule({
5353
5454### In a worker (with OPFS if available):
5555
56- > ** Warning** For this to work, you need to set the following headers on your
56+ > ** Warning**
57+ > For this to work, you need to set the following headers on your
5758> server:
5859>
5960> ` Cross-Origin-Opener-Policy: same-origin `
@@ -101,7 +102,8 @@ sqlite3InitModule({
101102
102103## Usage with the bundled ` SQLiteClient ` (with OPFS if available):
103104
104- > ** Warning** For this to work, you need to set the following headers on your
105+ > ** Warning**
106+ > For this to work, you need to set the following headers on your
105107> server:
106108>
107109> ` Cross-Origin-Opener-Policy: same-origin `
You can’t perform that action at this time.
0 commit comments