Store data with browser support?

So i’m trying to develop an application which stores alot of data. I red some docs which advices me to use SQLLite, which should be no problem. But i want to develop in the browser since i’m working on an iOS app and don’t have a MacBook.

But the problem is the error message i get when running in Chrome (or any other browser): ReferenceError: sqlitePlugin is not defined

Does anybody have an idea how i could continue my iOS developing with data storage which can be used even from the browser?

Thanks in advance.

use the @ionic/storage…it work well in browser