Function request

  • this function has to send the ajax requests

    following requestInternal conditions must be met:

    • the requestInternal must be sent asynchronously!
    • the requestInternal must be a POST!!! requestInternal
    • the requestInternal url must be the form action attribute
    • all requests must be queued with a client side requestInternal queue to ensure the requestInternal ordering!

    Parameters

    • element: Element
    • Optional event: Event
    • Optional options: Context

      : map of options being pushed into the ajax cycle

    Returns void

Generated using TypeDoc