Searched refs:typedWindow (Results 1 – 3 of 3) sorted by relevance
3 const typedWindow = window;4 if ('openDatabase' in typedWindow && typedWindow.openDatabase) {5 return typedWindow.openDatabase(name, version, description, size, callback);
1 …{\n const typedWindow: Window = window as Window;\n if ('openDatabase' in typedWindow && typedWi…
12 const typedWindow: Window = window as Window; constant13 if ('openDatabase' in typedWindow && typedWindow.openDatabase) {14 return typedWindow.openDatabase(name, version, description, size, callback);