jsf.js_next_gen
    Preparing search index...

    Function request

    • this function has to send the ajax requests

      following request conditions must be met:

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

      Parameters

      • element: string | Element
      • Optionalevent: Event | null
      • Optionaloptions: RequestOptions

        : map of options being pushed into the ajax cycle

      Returns void