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.
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.