Variable buildInfoConst

buildInfo: {
    versionNumber: string;
    versionName: string;
    versionChannel: string;
    buildDate: string;
    commitHash: string;
} = ...

Stores build information about this specific version of the ruffle-core library.

It does not represent the version of Ruffle that may be in use by the page (for example, if a browser extension overrides it).

Type declaration

  • versionNumber: string
  • versionName: string
  • versionChannel: string
  • buildDate: string
  • commitHash: string