mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Minor internal cleanups and docs in the OPFS sqlite3_vfs.
FossilOrigin-Name: 61799b05ff232c2ac349169c27bfe7f8d9277366093b0c9dd2739828993b3066
This commit is contained in:
@ -290,7 +290,9 @@ const installOpfsVfs = function callee(options){
|
||||
The size of the block in our SAB for serializing arguments and
|
||||
result values. Needs to be large enough to hold serialized
|
||||
values of any of the proxied APIs. Filenames are the largest
|
||||
part but are limited to opfsVfs.$mxPathname bytes.
|
||||
part but are limited to opfsVfs.$mxPathname bytes. We also
|
||||
store exceptions there, so it needs to be long enough to hold
|
||||
a reasonably long exception string.
|
||||
*/
|
||||
state.sabS11nSize = opfsVfs.$mxPathname * 2;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user