Answer the question
In order to leave comments, you need to log in
Where in the Deferred object are the functions passed to its methods stored?
Hello.
Sorry for the stupid question, but I can’t figure it out, does the deffered object itself store the function or not, and if so, where?
i.e. what I mean:
deff = jQuery.Deferred();
deff.done(function(){
console.log('Where is the function in the object?')
});
console.dir(def);
Accordingly, we get an object in the console, so where is the function or a reference to it in the done method, or is it not stored in the object at all?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question