meteor-offline-data icon indicating copy to clipboard operation
meteor-offline-data copied to clipboard

Meteor offline data project.

Results 18 meteor-offline-data issues
Sort by recently updated
recently updated
newest added

A "null" connection could indicate a browser-only collection that is saved persistently in the browser, but not synced from a server collection. (The collection would still need to have a...

speculative

I'm seeing horrible performance in Chrome on Ubuntu when multiple windows attempt to open a Web SQL database transaction at the same time. What's supposed to happen is that one...

bug

The offline-data package is designed to provide a consistent view of data across browser windows even while offline. The cost is incompatibility with the Meteor.Collection API; for example, updates made...

speculative

Allows offline data to be stored from other servers besides the default connection.

enhancement

Applications can change over time (or, especially during development, we might use entirely different applications on the same domain such as localhost:3000). An application can thus start up with old...

speculative

Not sure if it makes sense or not to have sessionData associated with individual windows; or what it would mean if it were shared somehow. Doesn't seem to be being...

speculative

The current code checks for dead windows by broadcasting a "ping" message, and then seeing which windows reply with a "pong" message within a timeout. However, if the user's computer...

speculative