1 CONSOLE WARNING: 'openDatabaseSync' is deprecated. Please switch to Indexed Data
base API.
1 CONSOLE ERROR: unable to open database, version mismatch, 'test' does not match
the currentVersion of ''
2 CONSOLE ERROR: unable to open database, version mismatch, 'test' does not match
the currentVersion of ''
2 This tests that calling openDatabase with an empty version string sets the curre
nt version of that database to the empty string and subsequent attempts to open
the database with a different expected version throw an exception.
3 This tests that calling openDatabase with an empty version string sets the curre
nt version of that database to the empty string and subsequent attempts to open
the database with a different expected version throw an exception.
Issue 417103002: Deprecate openDatabase and openDatabaseSync in workers.
(Closed)
Created 6 years, 5 months ago by tkent
Modified 6 years, 5 months ago
Reviewers: michaeln
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 0