Function: assertPluginCompatibleWithApplication()
assertPluginCompatibleWithApplication(
manifest,applicationVersion):void
Rejects an addon manifest whose compatibility range excludes the application.
Parameters
manifest
Pick<PluginManifest, "compatibleVersion">
applicationVersion
string
Returns
void
Throws
PluginCompatibilityError when the versions are incompatible.