bool supported

Checks to see if Indexed DB is supported on the current platform.

Source

static bool get supported {
  return true;
}