Functiondojo.Deferred.cancel

<script src="../../js/dojo.js"></script>
defined in dojo/_base/Deferred.js

If a canceller is defined, the canceller is called. If the canceller did not return an error, or there was no canceller, then the errback chain is started.

Usage

function () (view source)