0 votes
in Salesforce by
Give some of Configuring javascript remoting requests?

1 Answer

0 votes
by

Configure a remoting request by proving an object with configuration settings when you declare the remoting request.

JavaScript remoting supports the following configuration parameters.

Name Datatype Description

Buffer Boolean Whether to group requests executed close to each other in time into a single request. The default is true.

Escap Boolean Whether to escape the apex methods response. The default is true.

Timeout Integer The timeout for the Static Resource request in milliSeconds. Default is 30000(30 second)

Related questions

+1 vote
asked Sep 26, 2019 in Salesforce by Robin
+1 vote
asked Sep 27, 2022 in Salesforce by SakshiSharma
...