I have the following page:
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> </head> <body> <script> var dbo = openDatabase('HelloWorld'); </script> </body> </html>
and I get into firebug: openDatabase is undefined.
source share