Skip to content

Instantly share code, notes, and snippets.

@remydagostino
Created November 4, 2014 17:19
Show Gist options
  • Save remydagostino/6ba01250cef967a60fbe to your computer and use it in GitHub Desktop.
Save remydagostino/6ba01250cef967a60fbe to your computer and use it in GitHub Desktop.
Fails 50% percent of requests
if (Math.random() > 0.5) {
return $.Deferred().reject({ id: sound.id }, '', {status: 400 });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment