Progressive Enhancement
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...)