You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The concept here would be to prototype jQuery.data() such that it pushes data to GunDB rather than attaching the data to the DOM as it does now (standard jQuey behavior). While this would have limited meaning when GunDB is utilizing local storage, if the plugin were initialized with a reference to a gun server, any jQuey app that uses .data() methods could be made instantly collaborative.
The text was updated successfully, but these errors were encountered:
The concept here would be to prototype jQuery.data() such that it pushes data to GunDB rather than attaching the data to the DOM as it does now (standard jQuey behavior). While this would have limited meaning when GunDB is utilizing local storage, if the plugin were initialized with a reference to a gun server, any jQuey app that uses .data() methods could be made instantly collaborative.
The text was updated successfully, but these errors were encountered: