idbDatabase top-level property

dynamic idbDatabase

This IndexedDB API interface provides a connection to a database; you can use an IDBDatabase object to open a transaction on your database then create, manipulate, and delete objects (data) in that database. The interface provides the only way to get and manage versions of the database.

MDN Reference

Implementation

_i2.dynamic get idbDatabase => _i4.getProperty(
      _self,
      'IDBDatabase',
    );