superfeedr / indexeddb-backbonejs-adapter

An indexedDB adapter for Backbonejs
http://blog.superfeedr.com/indexeddb-backbonejs-adapter/
MIT License
248 stars 61 forks source link

Backbone-indexeddb models not supported in web workers #42

Closed mrkalle closed 10 years ago

mrkalle commented 11 years ago

The Backbonejs-indexeddb-adapter does not work in a web worker.

Backbonejs dependencies according to backbonejs.org: "Backbone's only hard dependency is Underscore.js ( >= 1.4.3). For RESTful persistence, history support via Backbone.Router and DOM manipulation with Backbone.View, include json2.js, and either jQuery ( >= 1.7.0) or Zepto."

From this I gather that it should be possible to create and populate a backbone model in a web worker. I'd love for Backbone-indexeddb-adapter to support this.

julien51 commented 11 years ago

Pull requests are encouraged :)

yetithefoot commented 10 years ago

What is status of this?

julien51 commented 10 years ago

No idea! So I'm closing for now :)