List of built in modules/methods.

Posted on
  • Is there a way of determining which modules and/or methods are built in?

    For example:
    Can you tell if the E module is available?

  • Something like this?

    if (E !== undefined) {/*E is defined*/}
    
  • Argh. Yes. Exactly like that.
    Thank you.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

List of built in modules/methods.

Posted by Avatar for jlawson @jlawson

Actions