Searched refs:urlParams (Results 1 – 10 of 10) sorted by relevance
36 const urlParams = new URL(self.location.href).searchParams;38 if(urlParams.has('sqlite3.dir')){39 theJs = urlParams.get('sqlite3.dir') + '/' + theJs;
37 urlParams: new URL(self.location.href).searchParams property44 if(initModuleState.urlParams.has('sqlite3.dir')){45 initModuleState.sqlite3Dir = initModuleState.urlParams.get('sqlite3.dir') +'/';
249 const urlParams = new URL(self.location.href).searchParams;250 if(urlParams.has('sqlite3.dir')){251 theJs = urlParams.get('sqlite3.dir') + '/' + theJs;
33 const up = this.urlParams;
93 const urlParams = new URL(self.location.href).searchParams;95 options.verbose = urlParams.has('opfs-verbose') ? 3 : 2;98 options.sanityChecks = urlParams.has('opfs-sanity-check');
4 const urlParams = new URL(self.location.href).searchParams;5 if(urlParams.has('sqlite3.dir')){6 speedtestJs = urlParams.get('sqlite3.dir') + '/' + speedtestJs;
269 const urlParams = new URL(self.location.href).searchParams;270 if(urlParams.has('sqlite3.dir')){271 sqlite3Js = urlParams.get('sqlite3.dir') + '/' + sqlite3Js;
21 const urlParams = new URL(self.location.href).searchParams;23 if(urlParams.has('cachesize')) return +urlParams.get('cachesize');
1836 const urlParams = new URL(self.location.href).searchParams;1837 if(urlParams.has('sqlite3.dir')){1838 sqlite3Js = urlParams.get('sqlite3.dir') + '/' + sqlite3Js;
810 const urlParams = new URL(self.location.href).searchParams;811 SF.dbExec(urlParams.get('sql') || null);