Function defer

  • r" Deferred promise - an object that has resolve() and reject() r" functions that can be called outside of the promise body. r" WARNING: This function uses eval and can not be used in environments r" where dynamically-created code can not be executed such as web browser r" extensions. r"

    Returns Promise<any>

Generated using TypeDoc