Ask Your Question
3

Is it possible for data to be sent multiple times using XMLHttpRequest?

asked 2023-06-21 17:15:23 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-06-21 17:31:02 +0000

djk gravatar image

Yes, it is possible for data to be sent multiple times using XMLHttpRequest. This can be achieved by calling the send() method multiple times with different data. However, it is important to note that each call to send() will create a new request, and the response to each request will be handled separately.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-21 17:15:23 +0000

Seen: 12 times

Last updated: Jun 21 '23