Fluffy.Capability (Fluffy v0.1.1)

Copy Markdown View Source

The versioned support contract for Fluffy page drivers.

matrix/0 is the machine-readable source used by the published capability table. It retains Static and LiveView detail, while the published table combines them under the Phoenix backend and uses the applicable status for features that are inherently LiveView-only. A status describes only the named, documented public behavior; it is not a claim that an in-process DOM is a complete browser implementation.

Summary

Functions

Renders the backend-oriented Markdown table from the machine-readable matrix.

Returns the ordered, machine-readable driver capability matrix.

Returns the capability matrix schema version.

Returns the status for a feature and page driver.

Functions

markdown()

Renders the backend-oriented Markdown table from the machine-readable matrix.

matrix()

Returns the ordered, machine-readable driver capability matrix.

matrix_version()

Returns the capability matrix schema version.

status(feature, driver)

Returns the status for a feature and page driver.