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
Use this bug report to discuss any improvement ideas.
Add cookie cache for server response
Roadmap:
Next months - Stabilize API (e.g. - I'm not sure if record.get() should support both camelCase and underscore_property), remove Beta flag
Sometime in the future - Make it possible that the current shortcodes work automatically also via AJAX. (It will be hard to implement all properties. But I don't want to implement only some and get support requests. That's why it will probably take quite a while.)
The text was updated successfully, but these errors were encountered:
The requirement for jQuery vs raw javascript limits the performance of this to requiring a bulky jquery file. Following the likes of Bootstrap removing jquery's heavy-weight payload.
It should ideally be a Native XMLHttpRequest after prototyping is completed.
So far, this is implemented in 2.11.0:
Use this bug report to discuss any improvement ideas.
Roadmap:
record.get()
should support both camelCase and underscore_property), remove Beta flagThe text was updated successfully, but these errors were encountered: