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
Create the ElementView, which is like a Backbone View but extends HTMLElement and is therefore also a custom element or web component.
/home/kalie/src/converse.prosody/src/converse.js/src/headless/core.js: * @Property {object} converse.env._ - The instance of lodash-es used by Converse.
Allow writes to the client-side store to be batched (via mergebounce).
This is particularly useful for IndexedDB, which has a very slow writing speed.
To enabled batched writes, pass in true for the 3rd parameter of the Storage constructor.