Answer the question
In order to leave comments, you need to log in
Asynchronous js, how to create asynchronous code?
Hello . I want to understand how asynchronization works to the end, for this I decided to create a plugin that will be called asynchronously, I can’t find examples for calling methods asynchronously. Who can help ?
Answer the question
In order to leave comments, you need to log in
In browser javascript, a large number of operations are synchronous, an example of asynchronous operations is XMLHttpRequest, Fetch, setTimeout & etc. It's simple, callback is called when it's ready.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question