idbVersionChangeEvent top-level property

dynamic idbVersionChangeEvent

This IndexedDB API interface indicates that the version of the database has changed, as the result of an IDBOpenDBRequest.onupgradeneeded event handler function.

MDN Reference

Implementation

_i2.dynamic get idbVersionChangeEvent => _i4.getProperty(
      _self,
      'IDBVersionChangeEvent',
    );