Uncaught ReferenceError:

I did the Workaround 3. SQLite3 WASM (AppStudio 9)
I set this: DB = SqlOpenDatabase(“localStorage”)
I entered this into the extraFiles section:
myData.db,DB,loadComplete,NSB.overwriteAlways
When I ran the program I got this:
Uncaught ReferenceError: loadComplete is not defined.
line 1 column 106625
So what is going on here?
Thanks

Do you have a loadComplete function?

Keep in mind that all the arguments after the name of the database file are optional unless you wish to deviate from the defaults.