Do we or do we not need to download SQLite when using Storage?

So I liked SqlStorage. Simple key value.

With Storage, it says the order of operation is SQLite, IndexedDB, WebSQL, and LocalStorage.
However, it also says “If you’d like to use SQLite as a storage engine, install a SQLite plugin (only works while running in a simulator or on device):”

So out of the box without downloading the SQLite cordova plugin, is the order of operation IndexedDB, WebSQL, and LocalStorage?