Represents an execution environment. This is a helper to evaluate the ["requiredExecutionEnvironment"] and ["excludedExecutionEnvironment"] information.
Get an array of currently supported environment names.
e.g. [{name:"ie",version:7}]
Get the current version for a given environment name
e.g. 'FF'
the version if the environment is known or false if it is unknown or unsupported
Checks if the given environments are supported.
e.g ['IE:[7,]','FF:[14,]']
true if one of the environments is supported
Check if a given environment is supported.
e.g. 'FF:[14,]'
true if the environment is supported
Represents an execution environment. This is a helper to evaluate the ["requiredExecutionEnvironment"] and ["excludedExecutionEnvironment"] information.