Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
QueueCumber
===========

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/MapKit/QueueCumber?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

QueueCumber is a little library that tries to prevent data loss due to connection problems. Whenever the server returns an error, QueueCumber will hold on to the request and retry it until it succeeds. QueueCumber is configurable per request however, so this behavior can be changed. It's designed to work with Backbone, and ties in to its `sync` method.

In modern browsers, stored requests will survive page refreshes because they are stored in localStorage.
Expand Down