Progressive Enhancement

Documentation for a historical release of Infusion: 1.4
Please view the Infusion Documentation site for the latest documentation, or the Infusion 1.3. Documentation for the previous release.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

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