Share this page
Asynchronous Functions - JavaScript
Click one of the following functions for more information:
web.regAsyncAttributes | Registers the next action function that has requests and responses with the specified URL as the beginning of an . |
web.stopAsync | Stops the specified including all its active and future tasks. |
web.sync | Suspends the Vuser script execution until the specified parameter exists. |
web.utilSetRequestBody | Sets a string to be the request body for the next request sent in the . |
web.utilSetRequestHeader | Sets a string to be the request header and value for the next request sent in the . |
web.utilSetRequestUrl | Sets a string to be the request url for the next request sent in the . |
Callbacks
Name | Syntax | Description |
---|
Request Callback | RequestCB | Called before a request is sent, allowing you to modify a request's URL and body. |
Response Callback | ResponseCB | Called once at the end of a conversation when complete response is received. May not be called For “Push” conversation. |
Response Body Buffer Callback | ResponseBodyBufferCB | Called on receiving portions of response body content for “Push” conversation |
Response Header Buffer Callback | ResponseHeadersCB | Called once on receiving response headers for “Push” conversation. |
Tips to improve your search results...
VuGen Function ReferenceVersion 2023Function Reference2023AllView Local Help CenterView Online Help CenterbackGo back in browser historyforwardGo forward in browser historyRemove search highlightsnext topicGo to next topicprevious topicGo to previous topicPrint the current topicVersion: