Return value of ()

Hierarchy

Methods

  • Returns void

    Summary

    Call to prevent default 10 second timeout in async OnLoad event handlers.

    Description

    When using an async load the handler will wait for the promise to be fulfilled. To ensure that a load completes in a timely manner the handler throws a timeout exception after 10 seconds to let you know to tune the async OnLoad event for better performance. When the disableAsyncTimeout is set, the timeout for that handler will not be applied. It will continue to wait for that handler's promise to be fulfilled. This should be used with caution as it might affect the performance of the form load.

    See

    External Link: Async onLoad timeouts

Generated using TypeDoc