Requirements
By design this framework clearly assumes modern browser technology to be available:
- It depends on jQuery, a base Javascript library.
- In sync with the REST orientation/mindset of Kauri, this framework will appeal to client-applications to manage application state and to use Ajax requests to the available REST services.
These assumptions boil down to:
- we assume a fairly modern browser supporting Ajax requests
- Javascript support is enabled in the browser
We think this largely fits today's common practice.
NOTE:
At the time of writing this module does not do an effort to support some
graceful degrading towards browsers/deployments that do not meet these
requirements. Rest assured though, like all Kauri modules it is entirely
optional to use it or not.
Previous