Source code
Revision control
Copy as Markdown
Other Tools
export const AppConstants = {
MOZILLA_OFFICIAL: true,
MOZ_APP_VERSION: "69.0a1",
isPlatformAndVersionAtMost() {
return false;
},
platform: "win",
};
export const AppConstants = {
MOZILLA_OFFICIAL: true,
MOZ_APP_VERSION: "69.0a1",
isPlatformAndVersionAtMost() {
return false;
},
platform: "win",
};