Skip to content

Files

Latest commit

 

History

History
12 lines (7 loc) · 371 Bytes

jquery-deferred-must-complete.md

File metadata and controls

12 lines (7 loc) · 371 Bytes

Pattern: Incomplete JQuery deferred instance

Issue: -

Description

When a JQuery Deferred instance is created, then either reject() or resolve() must be called on it within all code branches in the scope.

Further Reading