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