deferred.progress()

deferred.progress()

deferred.progress( progressCallbacks [, progressCallbacks ] )Returns: Deferred

Description: Add handlers to be called when the Deferred object generates progress notifications.

The deferred.progress() method accepts one or more arguments, all of which can be either a single function or an array of functions. When the Deferred generates progress notifications by calling notify or notifyWith, the progressCallbacks are called. Since deferred.progress() returns the Deferred object, other methods of the Deferred object can be chained to this one. When the Deferred is resolved or rejected, progress callbacks will no longer be called, with the exception that any progressCallbacks added after the Deferred enters the resolved or rejected state are executed immediately when they are added, using the arguments that were passed to the .notify() or notifyWith() call. For more information, see the documentation for jQuery-Deferred()-

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/deferred.progress

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部