You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not include databases with version 0 in databases() results (#448)
When a database is first created it is treated as an upgrade from
version 0 to the new version (the default is 1). Per WPT, all
implementations exclude these in-progress databases from the
enumeration returned by databases(), so reflect this in the algorithm
steps.
0 commit comments