This functionality is Sneak Peek status. This means that the APIs may change. We welcome your feedback, ideas, and code, but please use caution if you use this new functionality.
This page is still a rough draft.
The Infusion Framework's Progressive Enhancement module provides support for automatic detection of browser features.
The module automatically checks whether or not the browser supports the following features:
- Binary XHR
- Form Data
- Flash
and records the information in the environment. Your application can then use the fluid.progressiveChecker
function to appropriately configure your components. See also fluid.progressiveCheckerForComponent
.
(More coming soon...)