function-available
Thefunction-available function determines if a given function is available and returns boolean true or false.
In this article
Syntax
function-available( name )
Parameters
nameThe name of the function to test.
Return value
Booleantrue orfalse.
Specifications
Gecko support
Supported.